Skip to content

Commit f79614e

Browse files
committed
Rename multiple methods docs section
1 parent 741f695 commit f79614e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ curl http://localhost:8000/hello-world?name=Appwrite
143143

144144
It's always recommended to use params instead of getting params or body directly from the request resource. If you do that intentionally, always make sure to run validation right after fetching such a raw input.
145145

146-
### Aliases and Multiple Methods
146+
### Multiple Methods
147147

148148
A route can be registered under additional paths and multiple HTTP methods. All matching paths and methods dispatch to the same route, so the action, params, and hooks are defined only once.
149149

0 commit comments

Comments
 (0)