X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lmno.js;h=74687361a59fe485a9c42e44c470aea7510fb190;hb=e9ffd1857fa03d06f8887f15c831c6cfea1044c7;hp=ff66a9bda71579c180123bbd7dfabbff50836407;hpb=d9ad319ff41cae1c0a9d2a771941be25c1208e3d;p=lmno-server diff --git a/lmno.js b/lmno.js index ff66a9b..7468736 100644 --- a/lmno.js +++ b/lmno.js @@ -211,8 +211,8 @@ app.post('/login', async (request, response) => { return; }); -/* A stats page (only available to admin users) */ -app.get('/stats/', auth_admin, (request, response) => { +/* An admin page (only available to admin users, of course) */ +app.get('/admin/', auth_admin, (request, response) => { let active = 0; let idle = 0;