Skip to content

Instantly share code, notes, and snippets.

@johnfkneafsey
Last active December 19, 2016 02:29
Show Gist options
  • Save johnfkneafsey/e01a8309304e318b2e044c4efd8b579d to your computer and use it in GitHub Desktop.
Save johnfkneafsey/e01a8309304e318b2e044c4efd8b579d to your computer and use it in GitHub Desktop.
GET endpoint
app.get('/test', function (req, res) {
res.send('Now viewing the test page')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment