Skip to content

Commit 2fa9900

Browse files
svozzasdangol
andauthored
Update docs/features/event-handler/rest.md
Co-authored-by: Swopnil Dangol <[email protected]>
1 parent b9cb68a commit 2fa9900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/event-handler/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can use dedicated methods to specify the HTTP method that should be handled
107107
--8<-- "examples/snippets/event-handler/rest/samples/gettingStarted_methods.json"
108108
```
109109

110-
If you need to accept multiple HTTP methods in a single function, or support a HTTP method for which no dedicated method exists (i.e. [`TRACE`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/TRACE){target="_blank"}), you can use the `route` method and pass a list of HTTP methods.
110+
If you need to accept multiple HTTP methods in a single function, or support an HTTP method for which no dedicated method exists (i.e. [`TRACE`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods/TRACE){target="_blank"}), you can use the `route` method and pass a list of HTTP methods.
111111

112112
=== "index.ts"
113113

0 commit comments

Comments
 (0)