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 b18bd1a commit 472f39fCopy full SHA for 472f39f
src/plugins/external/rate-limit.ts
@@ -11,6 +11,6 @@ export const autoConfig = (fastify: FastifyInstance) => {
11
/**
12
* This plugins is low overhead rate limiter for your routes.
13
*
14
- * @see {@link https://github.com/fastify/fastify-helmet}
+ * @see {@link https://github.com/fastify/fastify-rate-limit}
15
*/
16
export default fastifyRateLimit
0 commit comments