Last active
December 19, 2016 02:29
-
-
Save johnfkneafsey/e01a8309304e318b2e044c4efd8b579d to your computer and use it in GitHub Desktop.
GET endpoint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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