Skip to content

Commit

Permalink
feat(console): Update server listening message (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwstout authored Aug 23, 2021
1 parent 40af13b commit 0febeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ app.use(bodyParser.json());
app.use("/", router);

app.listen(PORT, () =>
console.log(`Server listening on http://localhost:${PORT}`)
console.log(`Server listening on http://localhost:${PORT}`)
);

0 comments on commit 0febeb8

Please sign in to comment.