We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e273e2 commit c97bc89Copy full SHA for c97bc89
en/starter/basic-routing.md
@@ -22,7 +22,7 @@ app.METHOD(PATH, HANDLER)
22
Where:
23
24
- `app` is an instance of `express`.
25
-- `METHOD` is an [HTTP request method](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Request_methods), in lowercase.
+- `METHOD` is an [HTTP request method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Methods), in lowercase.
26
- `PATH` is a path on the server.
27
- `HANDLER` is the function executed when the route is matched.
28
0 commit comments