Skip to content

Commit 67de6b6

Browse files
committed
Added startup message
1 parent 7e37b2a commit 67de6b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ app.post('/example-star-records', (req, res) => {
6666
// Start the server
6767
app.listen(port, () => {
6868
console.log(`Server listening on port ${port}`);
69+
console.log(`Open localhost:${port} in your web browser`);
6970
});

0 commit comments

Comments
 (0)