Combining all my work #1

Merged
kristy-fournier merged 10 commits from dev into main 2024-06-12 13:01:31 -04:00
Showing only changes of commit b82e4266be - Show all commits

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