Skip to content

Commit

Permalink
docs(readme): replace fastify.io links with fastify.dev (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Jan 14, 2024
1 parent 0a51914 commit 3b82589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ If you need the change the exposed route path, you can pass `{ exposeStatusRoute

To configure the endpoint more specifically you can pass an object. This consists of

- *routeOpts* - Any Fastify [route options](https://www.fastify.io/docs/latest/Reference/Routes/#routes-options) except `schema`
- *routeOpts* - Any Fastify [route options](https://fastify.dev/docs/latest/Reference/Routes/#routes-options) except `schema`
- *routeSchemaOpts* - As per the Fastify route options, an object containing the schema for request
- *routeResponseSchemaOpts* - An object containing the schema for additional response items to be merged with the default response schema, see below
- *url* - The URL to expose the status route on
Expand Down

0 comments on commit 3b82589

Please sign in to comment.