From 55487f95bbb4425ce75169ffa5370403e87bac80 Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Tue, 7 May 2013 09:23:14 +0200 Subject: added divanim to contact.ejs and pushed old use.less that works --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.js') diff --git a/app.js b/app.js index a0f7ae1..03ec2d6 100644 --- a/app.js +++ b/app.js @@ -10,7 +10,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