WorkshopTasker/server/api
Wroclaw a74e148da4
All checks were successful
Build dev / build (push) Successful in 1m16s
pages/orders and pages/clients: add missing logic in handleSubmit
in clients, adding 1 to total was missing
in orders, adding the added memeber to the list and adding to total was missing
2023-12-19 02:34:45 +01:00
..
clients Replace mysql2 with prisma 2023-11-08 05:36:12 +01:00
orders pages/orders and pages/clients: add missing logic in handleSubmit 2023-12-19 02:34:45 +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