Skip to content

Commit 72a8ec6

Browse files
committed
(docs): Update code snippet to match example
1 parent 8c88f95 commit 72a8ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/homepage/pages/middlewares/middlewares.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class ApplicationModule {
110110

111111
get routeWildcards() {
112112
return `
113-
forRoutes({ path: '*', method: RequestMethod.ALL })`;
113+
forRoutes({ path: 'ab*cd', method: RequestMethod.ALL })`;
114114
}
115115

116116
get applicationModuleByControllers() {

0 commit comments

Comments
 (0)