Initial hp working?

This commit is contained in:
Owen
2025-02-22 11:20:56 -05:00
parent a9a9391b39
commit e4c5be4350
6 changed files with 49 additions and 16 deletions

View File

@@ -34,6 +34,7 @@ internalRouter.use("/gerbil", gerbilRouter);
gerbilRouter.post("/get-config", gerbil.getConfig);
gerbilRouter.post("/receive-bandwidth", gerbil.receiveBandwidth);
gerbilRouter.post("/update-hole-punch", gerbil.updateHolePunch);
// Badger routes
const badgerRouter = Router();