mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 22:49:27 +02:00
api for set resource password and auth with resource password
This commit is contained in:
parent
b9ff0b5de6
commit
6044213b9b
10 changed files with 432 additions and 88 deletions
|
@ -24,6 +24,6 @@ gerbilRouter.post("/receive-bandwidth", gerbil.receiveBandwidth);
|
|||
const badgerRouter = Router();
|
||||
internalRouter.use("/badger", badgerRouter);
|
||||
|
||||
badgerRouter.get("/verify-session", badger.verifyResourceSession);
|
||||
badgerRouter.post("/verify-session", badger.verifyResourceSession);
|
||||
|
||||
export default internalRouter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue