ingredient route
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Express, Router } from "express";
|
||||
import { GroceryListCtl } from "../controllers";
|
||||
|
||||
const router = Router();
|
||||
|
||||
@@ -18,6 +19,6 @@ export const groceryListRoute = (app: Express) => {
|
||||
})
|
||||
|
||||
router.put('/:id', async (req, res, next) => {
|
||||
|
||||
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user