From b82e4266be9e8a975c5197297d1976506ef82f9d Mon Sep 17 00:00:00 2001 From: dylan-fournier <124598538+dylan-fournier@users.noreply.github.com> Date: Wed, 29 May 2024 13:17:02 -0400 Subject: [PATCH] literally 2 spaces --- Client/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/scripts.js b/Client/scripts.js index 3aafbff..5aa8678 100644 --- a/Client/scripts.js +++ b/Client/scripts.js @@ -10,7 +10,7 @@ async function alertText(text="Song Added!") { // it to return the right stuff and javascript is asyrcronouse (boo) async function getFromServer(bodyInfo, source="") { try{ - const response = await fetch("http://" + ip+"/"+source, { + const response = await fetch("http://"+ip+"/"+source, { method: "POST", body: JSON.stringify(bodyInfo), headers: {