This commit is contained in:
2019-07-11 13:00:22 +02:00
parent 52462ebc2d
commit d942dd6c6b

View File

@@ -135,7 +135,7 @@ function getQuestions() {
}
};
request.open("GET", "url");
request.open("GET", "http://134.2.6.146/~zxmpy88/uebung10/api.php");
request.send();
}