Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fikrihelmi17 committed Mar 29, 2023
1 parent 2887fc6 commit df8ebee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ async function connectToQueue() {
}

app.listen(process.env.PORT, () => {
console.log(`Server at ${process.env.PORT}`);
console.log(`Server running at ${process.env.PORT}`);
});

0 comments on commit df8ebee

Please sign in to comment.