Skip to content

Commit 09a785e

Browse files
committedJul 29, 2018
app updated
1 parent fbad289 commit 09a785e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎backend/bin/www

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

15-
var port = normalizePort(process.env.PORT || '4000');
15+
var port = normalizePort(process.env.PORT || '4201');
1616
app.set('port', port);
1717

1818
/**

0 commit comments

Comments
 (0)
Please sign in to comment.