Skip to content

Commit

Permalink
Merge pull request #44 from kabbi/fix-remove-deprecations
Browse files Browse the repository at this point in the history
Fixed some deprecation warnings
  • Loading branch information
Tom Wilson committed Nov 10, 2013
2 parents 9e0a5f8 + 1f26c13 commit 425245b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.coffee
Expand Up @@ -41,7 +41,8 @@ app.use express.session(
app.set 'view engine', 'jade'

# [Body parser middleware](http://www.senchalabs.org/connect/middleware-bodyParser.html) parses JSON or XML bodies into `req.body` object
app.use express.bodyParser()
app.use express.urlencoded()
app.use express.json()


#### Finalization
Expand Down

0 comments on commit 425245b

Please sign in to comment.