Skip to content
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

Add the connect-history-api-fallback middleware for the dev server #17

Merged
merged 1 commit into from
May 26, 2016
Merged

Add the connect-history-api-fallback middleware for the dev server #17

merged 1 commit into from
May 26, 2016

Conversation

lexi-lambda
Copy link
Contributor

This middleware automatically redirects HTTP requests to non-file paths to the index.html file, which allows the client-side router to handle routing those requests instead of simply getting a 404 from the server.

This middleware automatically redirects HTTP requests to non-file paths
to the index.html file, which allows the client-side router to handle
routing those requests instead of simply getting a 404 from the server.
@alexmingoia alexmingoia merged commit 791b654 into alexmingoia:master May 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants