Updated NPM packages.

This commit is contained in:
Andreas Baldeau 2014-08-10 11:54:25 +02:00
parent 81544b3302
commit 5c341e2e5a
2 changed files with 6 additions and 6 deletions
server

View file

@ -7,7 +7,7 @@ angular.module('ffffng').factory('app', function (fs, config, _) {
var app = express();
app.use(bodyParser());
app.use(bodyParser.json());
var clientDir = __dirname + '/../client';
var templateDir = __dirname + '/templates';