update Japanese text
This commit is contained in:
@ -31,7 +31,10 @@ function Uploader() {
|
||||
axios.post("https://fsbsso.sumasen.net/upload", data, { // receive two parameter endpoint url ,form data
|
||||
})
|
||||
.then(res => { // then print response status
|
||||
console.log(res.statusText)
|
||||
//console.log(res.statusText)
|
||||
if (res.statusText == 'OK') {
|
||||
alert("正常にアップロードされました");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@ -74,4 +77,4 @@ function Uploader() {
|
||||
)
|
||||
}
|
||||
|
||||
export default Uploader
|
||||
export default Uploader
|
||||
|
||||
Reference in New Issue
Block a user