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
The custom logic here is a bit hairy, we should move it to https://github.com/yoshuawuyts/server-router and move semver major on it. Would be a patch release here tho
The text was updated successfully, but these errors were encountered:
Oh, @timwis pointed out yesterday that we could also just use:
app.route('GET', '*', cb)
Which would catch all routes as a default. Can remove the default clause from both this and server-router I reckon. Yay
server-router
Sorry, something went wrong.
No branches or pull requests
The custom logic here is a bit hairy, we should move it to https://github.com/yoshuawuyts/server-router and move semver major on it. Would be a patch release here tho
The text was updated successfully, but these errors were encountered: