Skip to content

Commit

Permalink
removed extra ceremony
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwebb committed Apr 14, 2019
1 parent 2ae8918 commit fa11867
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions server.js
Expand Up @@ -9,6 +9,4 @@ app.post('/rate', (req, res) => {
res.json(rt.getRates(req.body));
});

app.listen(process.env.PORT || 8080, () => {
console.log('listening');
});
app.listen(process.env.PORT || 8080);

0 comments on commit fa11867

Please sign in to comment.