Skip to content

Commit

Permalink
updates index
Browse files Browse the repository at this point in the history
  • Loading branch information
luishrd committed Mar 27, 2019
1 parent 236e038 commit adfbe8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@ server.delete('/api/roles/:id', async (req, res) => {
});

const port = process.env.PORT || 5000;
server.listen(port, () => console.log(`\nrunning on ${port}\n`));
server.listen(port, () =>
console.log(`\n** API running on http://localhost:${port} **\n`)
);

0 comments on commit adfbe8f

Please sign in to comment.