Using the bodyparser not just for json

- I dont know why ;)
- I didnt look
- Whatever ;)
This commit is contained in:
Sebastian Schürmann
2014-04-24 18:14:31 +02:00
parent 04d8fa77c4
commit e072622bd0

View File

@@ -22,7 +22,7 @@ function Interfake(o) {
// app.use(app.router);
app.use(connectJson());
app.use(bodyParser.urlencoded());
app.use(bodyParser());
app.use(corsMiddleware);
app.post('/_requests?', function(req, res){