mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-05 23:33:58 +02:00
Add pizza and orders controller
_Stiifi hüf ma des zu fixn_
This commit is contained in:
@@ -79,7 +79,7 @@ export const getRestaurant = async (req: Request, res: Response) => {
|
||||
|
||||
const restaurant = await prisma.restaurant.findUnique({
|
||||
where: {
|
||||
id: id,
|
||||
id: id
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user