fix 'status' endpoints

This commit is contained in:
martin-mfg
2025-06-26 08:23:30 +00:00
parent ba11864c97
commit 2377ec7374
5 changed files with 13 additions and 1 deletions
@@ -43,7 +43,7 @@ export default async (req, res) => {
case "/api/repeat-recent":
repeatRecent(req, res);
break;
case "/api/pat-info":
case "/api/status/pat-info":
patInfo(req, res);
break;
case "/api/status/up":
@@ -0,0 +1 @@
../../api.func
@@ -0,0 +1,5 @@
{
"expiration": 5,
"bypassToken": "r3fr3shT0k3n-r3fr3shT0k3n-r3fr3shT0k3n",
"passQuery": true
}
+1
View File
@@ -0,0 +1 @@
../../api.func
@@ -0,0 +1,5 @@
{
"expiration": 5,
"bypassToken": "r3fr3shT0k3n-r3fr3shT0k3n-r3fr3shT0k3n",
"passQuery": true
}