Skip to content

Commit c7ebe5f

Browse files
committed
port has been changed to 3001
1 parent 75962a9 commit c7ebe5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/www

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const http = require('http');
1212
* Get port from environment and store in Express.
1313
*/
1414

15-
const port = normalizePort(process.env.PORT || '3000');
15+
const port = normalizePort(process.env.PORT || '3001');
1616
app.set('port', port);
1717

1818
/**

0 commit comments

Comments
 (0)