Skip to content

Commit b8ba0ad

Browse files
Update documentation references to options.isInternal (#4359)
1 parent fd3cea7 commit b8ba0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ injections, with some additional options and response properties:
19011901

19021902
- `plugins` - (optional) sets the initial value of `request.plugins`, defaults to `{}`.
19031903

1904-
- `allowInternals` - (optional) allows access to routes with `config.isInternal` set to `true`.
1904+
- `allowInternals` - (optional) allows access to routes with `options.isInternal` set to `true`.
19051905
Defaults to `false`.
19061906

19071907
- `remoteAddress` - (optional) sets the remote address for the incoming connection.

0 commit comments

Comments
 (0)