diff options
author | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 11:50:29 +0200 |
---|---|---|
committer | Erling Aaby <erlinaa@stud.hist.no> | 2013-04-29 11:50:29 +0200 |
commit | 7108a972cfd0b53c2f3eb37cadb3b14ad8e25760 (patch) | |
tree | 91c0d6cd2009ef660f2130858a0e2d176fe89042 /app.js | |
parent | added new project page and cleaned up a bit (diff) | |
download | Divid-7108a972cfd0b53c2f3eb37cadb3b14ad8e25760.tar.gz |
fixed missing use.css, changed text, removed hr line
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |