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