Skip to content

Commit 51735dc

Browse files
Merge pull request #2027 from Zerotask/patch-3
docs(rate-limiting): add file name
2 parents 8e6e5f9 + c567da2 commit 51735dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/security/rate-limiting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $ npm i --save @nestjs/throttler
99
Once the installation is complete, the `ThrottlerModule` can be configured as any other Nest package with `forRoot` or `forRootAsync` methods.
1010

1111
```typescript
12+
@@filename(app.module.ts)
1213
@Module({
1314
imports: [
1415
ThrottlerModule.forRoot({

0 commit comments

Comments
 (0)