a
This commit is contained in:
@ -22,6 +22,7 @@ router.get("/", async (req, res, next) => {
|
||||
next(error);
|
||||
}
|
||||
});
|
||||
/*
|
||||
|
||||
//add location
|
||||
router.post("/new", async (req, res, next) => {
|
||||
@ -59,6 +60,8 @@ router.delete("/delete", async (req, res, next) => {
|
||||
}
|
||||
});
|
||||
|
||||
*/
|
||||
|
||||
//get location by id
|
||||
router.get("/:id", async (req, res, next) => {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user