Fix method URL and remove debugging
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
});
|
||||
},
|
||||
fetch_data() {
|
||||
fetch('/rest/fetch/info')
|
||||
fetch('/rest/fetch')
|
||||
.then(response => response.json())
|
||||
.then(info => {
|
||||
// will be null if no downloads yet
|
||||
|
||||
Reference in New Issue
Block a user