napa3um / node-captcha

Simple captcha for Node.JS and Express.
MIT License
135 stars 44 forks source link

app.configure() is no longer part of Express 4. #19

Closed wirespecter closed 7 years ago

wirespecter commented 8 years ago

Check this: https://github.com/expressjs/express/wiki/Migrating-from-3.x-to-4.x You no longer need to use app.configure and instead you can directly configure express.