We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c88f95 commit 72a8ec6Copy full SHA for 72a8ec6
src/app/homepage/pages/middlewares/middlewares.component.ts
@@ -110,7 +110,7 @@ export class ApplicationModule {
110
111
get routeWildcards() {
112
return `
113
-forRoutes({ path: '*', method: RequestMethod.ALL })`;
+forRoutes({ path: 'ab*cd', method: RequestMethod.ALL })`;
114
}
115
116
get applicationModuleByControllers() {
0 commit comments