From fcc553fe510aa6ea7871b8b5d9378e05d0d27176 Mon Sep 17 00:00:00 2001 From: mgerb42 Date: Fri, 18 Dec 2015 15:03:34 -0600 Subject: [PATCH] fixed port --- bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/www b/bin/www index 87ffb43..d2484eb 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 || '80'); app.set('port', port); /**