Spaces:
Paused
Paused
mie035
commited on
Commit
Β·
eb351d6
1
Parent(s):
fba2ed6
mod
Browse files- view/index.js +1 -1
view/index.js
CHANGED
@@ -23,7 +23,7 @@ function main() {
|
|
23 |
}
|
24 |
|
25 |
// γ’γγγγΌγγγ
|
26 |
-
fetch(
|
27 |
.then((res)=>{
|
28 |
return( res.json() );
|
29 |
})
|
|
|
23 |
}
|
24 |
|
25 |
// γ’γγγγΌγγγ
|
26 |
+
fetch(`/prediction`, param)
|
27 |
.then((res)=>{
|
28 |
return( res.json() );
|
29 |
})
|