Skip to content

Commit 518ffe4

Browse files
Update content/recipes/router-module.md
1 parent d06b140 commit 518ffe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/recipes/router-module.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ In such a case, instead of repeating the `/dashboard` prefix within each control
2525
export class AppModule {}
2626
```
2727

28-
Next we set the `dashboard` route in the controller decorator like this `@Controller('dashboard')`.
29-
3028
> info **Hint** The `RouterModule` class is exported from the `@nestjs/core` package.
3129
3230
In addition, you can define hierarchical structures. This means each module can have `children` modules.

0 commit comments

Comments
 (0)