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

Fogbugz 3364: Route all 404 pages to dummy page for client side routing #28

Merged
merged 2 commits into from
May 7, 2019

Conversation

varshajnagaraja
Copy link
Contributor

No description provided.

@varshajnagaraja varshajnagaraja added the bug Something isn't working label May 7, 2019
@@ -25,6 +25,10 @@ if ( process.env.MODE !== 'development'){

app.use("/api/mongodb", mongodb);

app.get('/*', (req, res) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add comments before this line about what this function to do

@varshajnagaraja varshajnagaraja merged commit 63b01ef into develop May 7, 2019
@varshajnagaraja varshajnagaraja deleted the 404-routing branch May 7, 2019 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants