You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/api/class-route.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -484,9 +484,9 @@ File path to respond with. The content type will be inferred from file extension
484
484
is resolved relative to the current working directory.
485
485
486
486
### option: Route.fulfill.response
487
-
-`response` <[APIResponse]|[HARResponse]>
487
+
-`response` <[APIResponse]>
488
488
489
-
[APIResponse]or [HARResponse]to fulfill route's request with. Individual fields of the response (such as headers) can be overridden using fulfill options.
489
+
[APIResponse] to fulfill route's request with. Individual fields of the response (such as headers) can be overridden using fulfill options.
0 commit comments