diff --git a/src/controller/restaurants.controller.ts b/src/controller/restaurants.controller.ts index abec94b..4f3ea83 100644 --- a/src/controller/restaurants.controller.ts +++ b/src/controller/restaurants.controller.ts @@ -90,4 +90,4 @@ export const getRestaurants = async (_req: Request, res: Response) => { const restaurants = await prisma.restaurant.findMany(); res.status(HttpStatusCodes.OK).json(restaurants); -} +};