Spaces:
Paused
Paused
clean: change fixxing way to remove unnecessary back slash.
Browse files- view/index.js +1 -1
view/index.js
CHANGED
@@ -22,7 +22,7 @@ function main() {
|
|
22 |
}
|
23 |
|
24 |
// γ’γγγγΌγγγ
|
25 |
-
fetch(`/prediction
|
26 |
.then((res)=>{
|
27 |
return( res.json() );
|
28 |
})
|
|
|
22 |
}
|
23 |
|
24 |
// γ’γγγγΌγγγ
|
25 |
+
fetch(`/prediction`, param)
|
26 |
.then((res)=>{
|
27 |
return( res.json() );
|
28 |
})
|