WorkshopTasker/server/api
Wroclaw 8bd41f8df3 create api/orders/count.get endpoint
this api returns count of all orders
2023-12-18 23:15:01 +01:00
..
clients Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
orders create api/orders/count.get endpoint 2023-12-18 23:15:01 +01:00
users Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
clients.get.ts Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
clients.post.ts api/clients.post (checkIsClient): Fix opposite condition for the patch parameter. 2023-11-09 11:39:00 +01:00
echo.post.ts Update dependencies, fix (auto)import problems 2023-11-07 17:36:30 +01:00
firstRun.get.ts Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
firstRun.post.ts Update dependencies 2023-12-16 15:07:51 +01:00
hi.ts Update dependencies, fix (auto)import problems 2023-11-07 17:36:30 +01:00
login.post.ts [BREAKING] Auth: replace current auth tokens with more secure ones 2023-11-09 18:28:09 +01:00
logout.ts Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
orders.get.ts Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
orders.post.ts Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00