chore: hide Route.fulfill.response from != JS

This commit is contained in:
Max Schmitt 2021-09-14 23:31:46 +02:00
parent e91243ac90
commit e641bf2bed

View file

@ -221,6 +221,7 @@ File path to respond with. The content type will be inferred from file extension
is resolved relative to the current working directory.
### option: Route.fulfill.response
* langs: js
- `response` <[FetchResponse]>
[FetchResponse] to fulfill route's request with. Individual fields of the response (such as headers) can be overridden using fulfill options.