robrighter / node-boilerplate

Everything you need to get started on a Node.js website with express and socket.IO
1.06k stars 161 forks source link

Just needed to update two line for express 2.x #9

Closed afj176 closed 12 years ago

afj176 commented 13 years ago

updated lines 13 & 14 .bodyDecoder() on line 13 is now .bodyParser() and .staticProvider on line 14 is now .static()

http://expressjs.com/migrate.html

Thanks bro.

robrighter commented 12 years ago

Thanks, this is now fixed.

afj176 commented 12 years ago

thanks