aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app.js b/app.js
index 9832dcd..b0008a3 100644
--- a/app.js
+++ b/app.js
@@ -1,4 +1,3 @@
-var fs = require("fs");
var express = require('express');
var path = require('path');
var cookieParser = require('cookie-parser');
@@ -31,7 +30,6 @@ app.set('view engine', 'hbs');
// Middleware initialization, make sure everything is initialized in proper order
app.use(compression());
-
app.use(bodyParser.json());
app.use(bodyParser.urlencoded({extended: true}));
app.use(expressValidator());