use hyphens

This commit is contained in:
Milo Schwartz
2024-09-29 23:06:39 -04:00
parent db76769fb7
commit a33a8d7367
2 changed files with 5 additions and 3 deletions

View File

@@ -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;