Add pizza and orders controller

_Stiifi hüf ma des zu fixn_
This commit is contained in:
Stone_Red
2022-04-01 12:56:44 +02:00
parent 389dc018ee
commit 5d621eb99a
5 changed files with 184 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ export const getRestaurant = async (req: Request, res: Response) => {
const restaurant = await prisma.restaurant.findUnique({
where: {
id: id,
id: id
}
});