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 0a38ec1 commit e5e6101Copy full SHA for e5e6101
content/security/rate-limiting.md
@@ -9,7 +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)
+@@filename(app.module)
13
@Module({
14
imports: [
15
ThrottlerModule.forRoot({
0 commit comments