codefordurham / BikeSafety

Show common areas of bike accidents to help prevent future accidents
http://bikesafety.codefordurham.com/
11 stars 6 forks source link

Migrated to Express 4 #74

Closed specious closed 8 years ago

specious commented 8 years ago

Updated to Express 4 as per migration guide.

Also, removed extraneous call to app.configure() as it has been officially deprecated (see: https://github.com/expressjs/express/issues/936) as well as dependency on the EJS templating engine, since it is no longer used in the project.

dsummersl commented 8 years ago

Looks good, thanks @specious