Function: Route()
Route(
paths): (target) =>void
Defined in: service-core/src/decorators/RouteDecorators.ts:381
Indicates that the decorated class contains route definitions.
Parameters
paths
string | string[]
The base path(s) that all route definitions will use.
Returns
(target) => void