Mathis cd51a04aba
feat(controllers): add getAllCategory function in category controller
The getAllCategory function is added in `category.controller.ts`. This function retrieves all categories and presents an error message if it fails. Specifically, it interacts with the Category service to get all categories, logs the process, and maps each element to an {`id`, `display_name`, `slug_name`} object before sending the response.

Issue: #12
Signed-off-by: Mathis <yidhra@tuta.io>
2024-04-25 14:52:42 +02:00
2024-04-24 16:55:37 +02:00
2024-04-24 16:55:37 +02:00
2024-04-24 16:57:09 +02:00
2024-04-23 13:51:13 +02:00
2024-04-22 16:05:04 +02:00
2024-04-23 13:54:18 +02:00
2024-04-22 16:05:04 +02:00
2024-04-23 13:51:59 +02:00

brief-05-back

Description
Faux site de location de véhicule.
Readme 648 KiB
Languages
TypeScript 100%