discogs basic backend
This commit is contained in:
@@ -4,7 +4,7 @@ var sortState = {
|
||||
};
|
||||
|
||||
function init() {
|
||||
fetch("/api")
|
||||
fetch("/api/books")
|
||||
.then((response) => response.json())
|
||||
.then((books) => {
|
||||
// prepare response
|
||||
|
Reference in New Issue
Block a user