From 6699164d87c3cd654f0a084eb6d5aa86f06aecb9 Mon Sep 17 00:00:00 2001 From: Ahmed Sabbour <103856+sabbour@users.noreply.github.com> Date: Thu, 9 Jan 2020 12:53:31 -0800 Subject: [PATCH] Update www --- bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/www b/bin/www index a3a51a8..84cd14b 100755 --- a/bin/www +++ b/bin/www @@ -12,7 +12,7 @@ var http = require('http'); * 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); /**