literally 2 spaces
This commit is contained in:
parent
bc823e2e60
commit
b82e4266be
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ async function alertText(text="Song Added!") {
|
||||||
// it to return the right stuff and javascript is asyrcronouse (boo)
|
// it to return the right stuff and javascript is asyrcronouse (boo)
|
||||||
async function getFromServer(bodyInfo, source="") {
|
async function getFromServer(bodyInfo, source="") {
|
||||||
try{
|
try{
|
||||||
const response = await fetch("http://" + ip+"/"+source, {
|
const response = await fetch("http://"+ip+"/"+source, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
body: JSON.stringify(bodyInfo),
|
body: JSON.stringify(bodyInfo),
|
||||||
headers: {
|
headers: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue