This commit is contained in:
RochesterX
2025-11-17 19:06:17 -05:00
parent 310bbc9679
commit 908129e38f
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ if (searchForm)searchForm.onsubmit = async e => {
e.preventDefault();
if (!verifyLogin()) return;
let resultObject = await postData("https://134.209.36.64:3000/getPlayers", {
let resultObject = await postData("https://project.rochesterx.dev/getPlayers", {
player: document.getElementById("query").value
}, token);