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
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 usage
0 commit comments