From 7108a972cfd0b53c2f3eb37cadb3b14ad8e25760 Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Mon, 29 Apr 2013 11:50:29 +0200 Subject: fixed missing use.css, changed text, removed hr line --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.js') diff --git a/app.js b/app.js index acbc3ff..414372b 100644 --- a/app.js +++ b/app.js @@ -9,7 +9,7 @@ var express = require('express') /** * App configuration */ -var port = process.env.PORT || 8000 +var port = process.env.PORT || 8001 , env = process.env.NODE_ENV || 'development' , config = require('./config/config')[env] , auth = require('./config/middlewares/authorization') -- cgit v1.2.3