All

Route handler (method) Decorator. Routes all HTTP requests to the specified path.


const All: (path?: string | string[]) => MethodDecorator;

See also