mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
Updated gerbil key handeling
This commit is contained in:
parent
6cee5703b5
commit
7feb21e727
5 changed files with 25 additions and 17 deletions
|
@ -17,7 +17,7 @@ internalRouter.get("/traefik-config", traefik.traefikConfigProvider);
|
|||
const gerbilRouter = Router();
|
||||
internalRouter.use("/gerbil", gerbilRouter);
|
||||
|
||||
gerbilRouter.get("/get-config", gerbil.getConfig);
|
||||
gerbilRouter.post("/get-config", gerbil.getConfig);
|
||||
gerbilRouter.post("/receive-bandwidth", gerbil.receiveBandwidth);
|
||||
|
||||
// Badger routes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue