Skip to content

Commit 02763bc

Browse files
committed
Update docs for nestjs-any-guard: feat: init any-guard project
1 parent 0556c64 commit 02763bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pages/nestjs-any-guard/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ async example(@Body() body: any) {
5353
}
5454
```
5555

56+
## Limitations 🚧
57+
You have to register the guards in your module providers, otherwise it will not work.
58+
5659

5760
## License
5861

0 commit comments

Comments
 (0)