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