diff --git a/src/controllers/brand.controller.ts b/src/controllers/brand.controller.ts index bb465a8..d716367 100644 --- a/src/controllers/brand.controller.ts +++ b/src/controllers/brand.controller.ts @@ -140,6 +140,8 @@ async function deleteBrand(req: Request, res: Response): Promise { return res.status(200).json({ message: "Brand deleted successfully" }); } +//TODO get models of the brand + const BrandController = { create: createBrand, update: updateBrand,