WIP token
This commit is contained in:
@ -18,7 +18,7 @@ router.get("/", async (req, res, next) => {
|
||||
next(error);
|
||||
}
|
||||
});
|
||||
/*
|
||||
|
||||
|
||||
router.post("/new", async (req, res, next) => {
|
||||
try {
|
||||
@ -52,7 +52,6 @@ router.delete("/delete", async (req, res, next) => {
|
||||
next(error);
|
||||
}
|
||||
});
|
||||
*/
|
||||
router.get("/:id", async (req, res, next) => {
|
||||
try {
|
||||
const sensor = await getSensorById(req.params.id);
|
||||
|
Reference in New Issue
Block a user