Skip to content

Commit c567da2

Browse files
authored
docs(rate-limiting): add file name
1 parent 1cf8f1a commit c567da2

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)