We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think these are all the relevant steps...
The text was updated successfully, but these errors were encountered:
I'm not sure what you're going for with the /v*. Are you trying to do API versioning? Does this issue help?
/v*
Sorry, something went wrong.
Yes, sorry for the lack of clarity.
I was trying to do versioning with the URL. I wanted to avoid re-writing the routes file in a version bump, so I was using the wildcard.
Yes I believe that issue is a workable solution. Will try and implement that this week.
Very good. As for the issue with req.params.all, that is...odd, but seems like a general Express router issue, so I'll close this one out.
req.params.all
No branches or pull requests
I think these are all the relevant steps...
The text was updated successfully, but these errors were encountered: