fix 'status' endpoints
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
../../api.func
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"expiration": 5,
|
||||
"bypassToken": "r3fr3shT0k3n-r3fr3shT0k3n-r3fr3shT0k3n",
|
||||
"passQuery": true
|
||||
}
|
||||
Reference in New Issue
Block a user