update for upload
This commit is contained in:
@ -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' }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user