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
should be configurable. Maybe via route data / router options (so that setting it once would effect all places).
Setting nil is not good here, as it's in the branch where the route has matched -> returning nil would cause 406 (not-acceptable).
nil
https://github.com/metosin/reitit/blob/master/modules/reitit-ring/src/reitit/ring.cljc#L116
The text was updated successfully, but these errors were encountered:
No branches or pull requests
should be configurable. Maybe via route data / router options (so that setting it once would effect all places).
Setting
nil
is not good here, as it's in the branch where the route has matched -> returningnil
would cause 406 (not-acceptable).https://github.com/metosin/reitit/blob/master/modules/reitit-ring/src/reitit/ring.cljc#L116
The text was updated successfully, but these errors were encountered: