Skip to content
This repository was archived by the owner on Mar 2, 2021. It is now read-only.

Commit d529f25

Browse files
author
Hugo Vieilledent
committed
add PORT to 4001
1 parent 87f4bf3 commit d529f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ app.get('/', function (req, res) {
1717

1818
app.use('/v1', apiV1);
1919

20-
app.listen(3000, function () {
21-
console.log('[+] Set up app on port 3000');
20+
app.listen(4001, function () {
21+
console.log('[+] Set up app on port 4001');
2222
});
2323

2424
module.exports = app;

0 commit comments

Comments
 (0)