沈斌
2018-07-10 c347a3cf58b27a1ab267517fa9effbb7d477626b
updates
1 files modified
2 ■■■ changed files
bin/www 2 ●●● patch | view | raw | blame | history
bin/www
@@ -12,7 +12,7 @@
 * Get port from environment and store in Express.
 */
var port = normalizePort(process.env.PORT || '3000');
var port = normalizePort(process.env.PORT || '3099');
app.set('port', port);
/**