8000 update starting log · alfaarghya/alfa-leetcode-api@6f6506d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f6506d

Browse files
committed
update starting log
1 parent 4587d85 commit 6f6506d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import app from './app';
22
import config from './config';
33

44
app.listen(config.port, () => {
5-
console.log(`I am listening at http://localhost:${config.port}`);
5+
console.log(`Server is running at => http://localhost:${config.port} ⚙️`);
66
});

0 commit comments

Comments
 (0)
0