Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Created September 1, 2017 04:20
Show Gist options
  • Save robertcoopercode/2c83360d926ed3dad2886f72b8eba159 to your computer and use it in GitHub Desktop.
Save robertcoopercode/2c83360d926ed3dad2886f72b8eba159 to your computer and use it in GitHub Desktop.
app.get('/', (request, response) => {
response.sendFile(__dirname + '/index.html');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment