nagauta commited on
Commit
ff9a0bb
Β·
1 Parent(s): 8865468

clean: change fixxing way to remove unnecessary back slash.

Browse files
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(`/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
  })