From abe6c9668a06c314c2c5b9386c3eed67be189929 Mon Sep 17 00:00:00 2001 From: mgerb42 Date: Mon, 21 Dec 2015 09:25:32 -0600 Subject: [PATCH] testing loading for graphs --- 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); /**