Skip to content

Commit

Permalink
Added endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Stene committed Sep 20, 2017
1 parent 4b51d3f commit 7b5d74f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ var server = app.listen(3000, function() {
app.get('/test', function (request, response) {
console.log("Testing auth");
console.log(request.query);

response.end();
});

0 comments on commit 7b5d74f

Please sign in to comment.