Skip to content

Commit

Permalink
Sample commit to check deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Kotamraju committed Jan 20, 2019
1 parent 54d04f6 commit d0d2c3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ app.get('/', (req, res) => {
const PORT = process.env.PORT || 8080;
app.listen(PORT, () => {
console.log(`Server listening on port ${PORT}...`);
});

//Login WebService
app.get('/login', (req, res) => {

res.send('Implementing Login Service');
});

0 comments on commit d0d2c3f

Please sign in to comment.