Skip to content

Commit ce12b55

Browse files
Update controllers.md
1 parent 1b58944 commit ce12b55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/controllers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@ export class CatsController {
483483
}
484484
```
485485

486+
> info **Hint** Nest CLI provides a generator (schematic) that automatically generates all the boilerplate code to help us avoid doing all of this, and make the developer experience much simpler. Read more about this feature [here](/recipes/crud-generator).
487+
486488
#### Getting up and running
487489

488490
With the above controller fully defined, Nest still doesn't know that `CatsController` exists and as a result won't create an instance of this class.

0 commit comments

Comments
 (0)