Below are the routes for the entire app
All requests with the valid base path will enter from app.ts to here
The requests will then go to the validators, the validation error handler, and then the controller
Each endpoint will have a post, get, patch, and delete options
Below are the routes for the entire app All requests with the valid base path will enter from app.ts to here The requests will then go to the validators, the validation error handler, and then the controller Each endpoint will have a post, get, patch, and delete options