Function: Route()
ts
function Route(name?): ClassDecorator;Defined in: packages/runtime/src/decorators/route.ts:8
Declares the base route path for a controller.
Parameters
name?
string
The controller path segment relative to the configured API base path.
Returns
ClassDecorator
