- All(path?: string | RegExp, routerOptions?: {
description?: string;
ignoreGlobalPrefix?: boolean;
middleware?: MiddlewareParamArray;
routerName?: string;
summary?: string;
}): MethodDecorator
-
Parameters
-
Optional path: string | RegExp
-
routerOptions: {
description?: string;
ignoreGlobalPrefix?: boolean;
middleware?: MiddlewareParamArray;
routerName?: string;
summary?: string;
} = ...
-
Optional description?: string
-
Optional ignoreGlobalPrefix?: boolean
-
-
Optional routerName?: string
-
Optional summary?: string
Returns MethodDecorator
Routes all HTTP requests to the specified path.