mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-24 22:06:38 +00:00
use hyphens
This commit is contained in:
@@ -8,7 +8,7 @@ gerbil.get("/", (_, res) => {
|
||||
res.status(200).json({ message: "Healthy" });
|
||||
});
|
||||
|
||||
gerbil.get("/getConfig", getConfig);
|
||||
gerbil.post("/receiveBandwidth", receiveBandwidth);
|
||||
gerbil.get("/get-config", getConfig);
|
||||
gerbil.post("/receive-bandwidth", receiveBandwidth);
|
||||
|
||||
export default gerbil;
|
||||
|
||||
Reference in New Issue
Block a user