Skip to content

Commit

Permalink
#5151-Removed routeOptions reference from Reply.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shadahmad7 authored and jsumners committed Nov 13, 2023
1 parent 77d6fe6 commit b4a4138
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/Reference/Reply.md
Expand Up @@ -86,7 +86,6 @@ object that exposes the following functions and properties:
- `.log` - The logger instance of the incoming request.
- `.request` - The incoming request.
- `.context` - Deprecated, access the [Request's context](./Request.md) property.
- `.routeOptions` - Access the [Request's routeOptions](./Request.md) property.

```js
fastify.get('/', options, function (request, reply) {
Expand Down

0 comments on commit b4a4138

Please sign in to comment.