All
Route handler (method) Decorator. Routes all HTTP requests to the specified path.
const All: (path?: string | string[]) => MethodDecorator;
Route handler (method) Decorator. Routes all HTTP requests to the specified path.
const All: (path?: string | string[]) => MethodDecorator;