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