沈斌
2018-07-10 95c7bdc5deb322f8fa9b387f98e058fcfb312980
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);
/**