fehler behoben
This commit is contained in:
@ -100,7 +100,7 @@ router.post("/shoppinglist", async function(req, res, next) {
|
||||
|
||||
//GET Shoppinglist detail
|
||||
|
||||
router.get("/shoppinglist/:sl_id", async (req, res) => {
|
||||
router.get("/shoppinglist_json/:sl_id", async (req, res) => {
|
||||
try {
|
||||
res.status(200).send(await postgres.displayShoppinglist(req.params.sl_id));
|
||||
}
|
||||
|
Reference in New Issue
Block a user