database link change

This commit is contained in:
Sam Hos
2024-01-07 13:30:53 +01:00
parent 981509f40c
commit 5c59fdd097

View File

@@ -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 } );
}