mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 17:26:38 +00:00
Rename gerbil -> badger
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { Router } from "express";
|
||||
import { getConfig } from "./getConfig";
|
||||
import { receiveBandwidth } from "./receiveBandwidth";
|
||||
|
||||
const gerbil = Router();
|
||||
|
||||
@@ -6,4 +8,7 @@ gerbil.get("/", (_, res) => {
|
||||
res.status(200).json({ message: "Healthy" });
|
||||
});
|
||||
|
||||
gerbil.get("/getConfig", getConfig);
|
||||
gerbil.post("/receiveBandwidth", receiveBandwidth);
|
||||
|
||||
export default gerbil;
|
||||
|
||||
Reference in New Issue
Block a user