Skip to content

Commit 997baad

Browse files
Tony133micalevisk
andauthored
Update content/security/rate-limiting.md
Co-authored-by: Micael Levi L. Cavalcante <[email protected]>
1 parent 9365a84 commit 997baad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/security/rate-limiting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ There is also the `@Throttle()` decorator which can be used to override the `lim
6666
```typescript
6767
// Override default configuration for Rate limiting and duration.
6868
@Throttle(3, 60)
69-
@Get()
70-
findAll() {
69+
@Get()
70+
findAll() {
7171
return "List users works with custom rate limiting.";
7272
}
7373
```

0 commit comments

Comments
 (0)