function GetSongs() { fetch("/api/getSongs").then(r => r.json().then(body => { console.log(body); })); }