mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 16:46:07 +02:00
Fix formatting
This commit is contained in:
@@ -90,4 +90,4 @@ export const getRestaurants = async (_req: Request, res: Response) => {
|
|||||||
const restaurants = await prisma.restaurant.findMany();
|
const restaurants = await prisma.restaurant.findMany();
|
||||||
|
|
||||||
res.status(HttpStatusCodes.OK).json(restaurants);
|
res.status(HttpStatusCodes.OK).json(restaurants);
|
||||||
}
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user