Skip to content

Commit 9ee4c4b

Browse files
authored
docs(rate-limiting): broken fastify reference link
1 parent cf39ef0 commit 9ee4c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/rate-limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import { ThrottlerBehindProxyGuard } from './throttler-behind-proxy.guard';
5959
@UseGuards(ThrottlerBehindProxyGuard)
6060
```
6161

62-
> info **Hint** You can find the API of the `req` Request object for express [here](https://expressjs.com/en/api.html#req.ips) and for fastify [here](https://www.fastify.io/docs/latest/Request/).
62+
> info **Hint** You can find the API of the `req` Request object for express [here](https://expressjs.com/en/api.html#req.ips) and for fastify [here](https://www.fastify.io/docs/latest/Reference/Request/).
6363
6464
#### Websockets
6565

0 commit comments

Comments
 (0)