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
{{ message }}
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
Add optional name mappings for route parameters so that we can have Express-like routing:
In this case
request.params[0]
would also become accessible viarequest.params.name
.The text was updated successfully, but these errors were encountered: