mie035 commited on
Commit
623f18c
Β·
1 Parent(s): 8e22504
Files changed (1) hide show
  1. view/index.js +1 -1
view/index.js CHANGED
@@ -22,7 +22,7 @@ function main() {
22
  }
23
 
24
  // をップロードする
25
- fetch(`https://${location.hostname}/prediction`, param)
26
  .then((res)=>{
27
  return( res.json() );
28
  })
 
22
  }
23
 
24
  // をップロードする
25
+ fetch(`/prediction`, param)
26
  .then((res)=>{
27
  return( res.json() );
28
  })