-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
added fallback option for SPA testing #405
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
Conversation
@DKurilo can you solve simple conflicts and we again ask maintainers to merge? |
Sure. |
Serving 404s with a 200 response is an antipattern and is out of scope of If you're looking for a more complete solution to SPA's, there are several other projects designed for them, including a fork of |
I'm using http-server for e2e test server and it's a pity, that you don't have option to route 404 to some file.
I just added it and it work.
And thank you for http-server. :)