Skip to content

Instantly share code, notes, and snippets.

@jellyninjadev
Created January 19, 2015 11:00
Show Gist options
  • Save jellyninjadev/3c11943505193d0a4589 to your computer and use it in GitHub Desktop.
Save jellyninjadev/3c11943505193d0a4589 to your computer and use it in GitHub Desktop.
app.get('*', function(request, response){
response.sendfile('./public/index.html');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment