-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
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
replace passthrough with fallthrough #84
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🦋 Changeset detectedLatest commit: b2ef06f The changes in this PR will be included in the next version bump. This PR includes changesets to release 29 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Is there a way to add a test case for this? maybe to check if we are getting the correct 404 things |
I will try to add one later today (my time). |
Just for context. Nitro sets |
Makes sense that nitro does that. But we should be explicit on our end anyway. |
I'll merge this without the tests for now. I think we need a running list of things to write tests for and then hopefully people contribute to that |
For static routers this should maybe be configurable. I imagine there are usecases where you don't want requests to fallthrough. The exact behavior of Since there was In any case tests would be good. |
Reference