Skip to content

Commit 2071604

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/security/rate-limiting.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ This `@SkipThrottle()` decorator can be used to skip a route or a class or to ne
4747
@SkipThrottle()
4848
@Controller('users')
4949
export class UsersController {
50-
5150
// This route will skip rate limiting.
5251
@SkipThrottle(false)
5352
dontSkip() {

0 commit comments

Comments
 (0)