Implement administrative API.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ async function listStats() {
|
||||
|
||||
let l;
|
||||
try {
|
||||
let r = await fetch('/galene-api/.stats');
|
||||
let r = await fetch('/galene-api/0/.stats');
|
||||
if(!r.ok)
|
||||
throw new Error(`${r.status} ${r.statusText}`);
|
||||
l = await r.json();
|
||||
|
||||
Reference in New Issue
Block a user