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