discogs basic backend

This commit is contained in:
2022-03-13 18:04:09 -04:00
parent 98584bbef6
commit 84803f1e3d
8 changed files with 214 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ var sortState = {
};
function init() {
fetch("/api")
fetch("/api/books")
.then((response) => response.json())
.then((books) => {
// prepare response