update for upload

This commit is contained in:
Mohamed Nouffer
2021-09-13 20:05:27 +05:30
parent 7d10586d7d
commit 8f18b9facc
8 changed files with 13 additions and 13 deletions

View File

@ -32,7 +32,7 @@ function Uploader(props) {
const order2 = collator.compare('ini_データ入力シート.xlsx', chk);
if(order1 === 0 || order2 === 0)
{
axios.post("http://localhost:8000/upload?email=" + props.email, {
axios.post("https://fsbsso.sumasen.net/upload?email=" + props.email, {
body: data,
headers: {'Content-Type': 'multipart/form-data' }
})