Commit 26e69bd
committed
minor #20803 Fix documentation on router method option usage (santysisi)
This PR was merged into the 7.3 branch.
Discussion
----------
Fix documentation on router method option usage
This update corrects the documentation to reflect the current behavior of the `--method` option in the router. The previous lines suggesting multiple `--method` options for displaying routes matching all given methods were incorrect. The system now only considers the last method passed. This fix removes the lines that caused confusion, clarifying that only the last method, such as PATCH, will be considered
Additionally, if it's considered a good idea, I can implement a new feature to allow multiple methods to be passed and match routes accordingly, enabling more flexibility in route debugging.
Commits
-------
0bf6bc3 Fix documentation on router method option usage1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | 445 | | |
449 | 446 | | |
450 | 447 | | |
| |||
0 commit comments