mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 08:36:10 +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();
|
||||
|
||||
res.status(HttpStatusCodes.OK).json(restaurants);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user