fix backend2 addr

main
Nikita Tokarchuk 4 years ago
parent 9994992c10
commit 14dd051a47
  1. 2
      task2/js/main.js

@ -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() }),
})

Loading…
Cancel
Save