From 5c59fdd097822ec3b0c509646d2fc600dcacb3b3 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Sun, 7 Jan 2024 13:30:53 +0100 Subject: [PATCH] database link change --- web/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/game.js b/web/game.js index db656cd..b9f3aaa 100644 --- a/web/game.js +++ b/web/game.js @@ -682,6 +682,6 @@ function Senddata(naam, score) { }; const get = ( url, params ) => request( url, params); - get('https://oege.ie.hva.nl/~hossan/GetData.php', { name: naam, score: score } ); + get('https://oege.ie.hva.nl/~hossan/postData.php', { name: naam, score: score } ); } \ No newline at end of file