Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ fastify.register(proxy, {
### `config`

An object accessible within the `preHandler` via `reply.context.config`.
See [Config](https://fastify.dev/docs/v4.8.x/Reference/Routes/#config) in the Fastify
See [Config](https://fastify.dev/docs/latest/Reference/Routes/#config) in the Fastify
documentation for information on this option. Note: this is merged with other
configuration passed to the route.

Expand Down
Loading