We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e6e5f9 + c567da2 commit 51735dcCopy full SHA for 51735dc
content/security/rate-limiting.md
@@ -9,6 +9,7 @@ $ npm i --save @nestjs/throttler
9
Once the installation is complete, the `ThrottlerModule` can be configured as any other Nest package with `forRoot` or `forRootAsync` methods.
10
11
```typescript
12
+@@filename(app.module.ts)
13
@Module({
14
imports: [
15
ThrottlerModule.forRoot({
0 commit comments