Commit Graph

5 Commits

Author SHA1 Message Date
3ee76fb965 feat(routes): add CategoryController to category routes
Category routes have been updated to utilize the `CategoryController`. New, getAll, getBySlug, update, and delete methods from CategoryController are integrated with their corresponding category routes.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 15:19:50 +02:00
36ad90eda6 feat(controllers): Refactor AuthController and update router reference
- Revised comments replacing 'TODO' with 'FIX' and 'FEAT' in AuthController.
- Renamed 'AuthController.ts' to 'auth.controller.ts' and updated the reference in the router.
- Planned for implementing re-auth by current password in case of password change.

Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 14:23:13 +02:00
3b41cf1c5a feat(routes): 🚀 add controllers call on routes 2024-04-23 15:11:14 +02:00
c334b3954f refactor: 🚀 update routes
#10
2024-04-23 11:58:28 +02:00
df9efc759c feat: routes for auth, rent and catalog
#10
2024-04-23 11:17:38 +02:00