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.
1 parent 1cf8f1a commit c567da2Copy full SHA for c567da2
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