-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Description
Hi,
is there any suggested way how to set a "global" route for all controllers?
For example, I want to define this route:
/api/
for my controllers:
@Controller('user')
export class UserController
@Controller('customer')
export class CustomerController
with the following result:
/api/user
/api/customer
Thank you
Jephery, elias-garcia, adascal, michaelwalter, ultd39 and 1 more