literally 2 spaces

This commit is contained in:
dylan-fournier 2024-05-29 13:17:02 -04:00
parent bc823e2e60
commit b82e4266be

View file

@ -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: {