Advertisement
darkmavis1980

Untitled

Oct 10th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. app.get('/*', function ( req, res ) {
  2.     res.status( 200 ).set( { 'content-type': 'text/html; charset=utf-8' } )
  3.     .sendFile( __dirname + '/public/index.html' )
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement