Ravi Srinivasan
2019-09-09 d6fa578e7f708119a618d3eb0badf7604085a507
changed nodejs port to 8080
1 files modified
2 ■■■ changed files
weather/bin/www 2 ●●● patch | view | raw | blame | history
weather/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 || '8080');
app.set('port', port);
/**