fix backend2 addr

This commit is contained in:
2020-01-05 19:33:08 +01:00
parent 9994992c10
commit 14dd051a47
+1 -1
View File
@@ -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() }),
})