You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it might be interesting to add names to each route, to use the name in the controllers and not a path.
So we could easily change a route without having to go into the controller.
I think it would be a little confusing for people to see that the path passed to the @Get() decorator isn't the real route of that method as a normal Nestjs controller would be?
Hello,
it might be interesting to add names to each route, to use the name in the controllers and not a path.
So we could easily change a route without having to go into the controller.
In module:
In controller:
The text was updated successfully, but these errors were encountered: