mirror of
https://github.com/mainnika/a-quest.git
synced 2026-07-03 17:42:33 +00:00
fix backend2 addr
This commit is contained in:
+1
-1
@@ -404,7 +404,7 @@ window.cancelRequestAnimFrame = (function () {
|
|||||||
|
|
||||||
var key = sessionStorage.getItem("key");
|
var key = sessionStorage.getItem("key");
|
||||||
|
|
||||||
fetch('//127.0.0.1:8081/answer/check', {
|
fetch('/answer/check', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: JSON.stringify({ key: key, score: B() }),
|
body: JSON.stringify({ key: key, score: B() }),
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user