aboutsummaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-14 01:02:35 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-14 01:02:35 +0200
commit47b4b51573f240763ee8b761bfe9f37ffce8e0fb (patch)
tree08cb4a77db6c84e7d9a560b8a1b4240b1c9dce26 /app.js
parent27fdccc050bbfe09beca29d8d50ca25e18c5102a (diff)
downloadexample-collection-json-db-47b4b51573f240763ee8b761bfe9f37ffce8e0fb.tar.gz
example-collection-json-db-47b4b51573f240763ee8b761bfe9f37ffce8e0fb.tar.bz2
example-collection-json-db-47b4b51573f240763ee8b761bfe9f37ffce8e0fb.tar.xz
example-collection-json-db-47b4b51573f240763ee8b761bfe9f37ffce8e0fb.zip
o Adding support for inserting employees.
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 036fe61..f7dea78 100644
--- a/app.js
+++ b/app.js
@@ -12,8 +12,6 @@ app.configure(function(){
app.set('view engine', 'jade');
app.use(express.favicon());
app.use(express.logger('dev'));
- app.use(express.bodyParser());
- app.use(express.methodOverride());
// Unfuck the stuff that express injects
app.use(function (req, res, next) {
res.removeHeader("X-Powered-By");