Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove references to express's old app.configure() method #350

Merged
merged 1 commit into from
Aug 20, 2015
Merged

docs: remove references to express's old app.configure() method #350

merged 1 commit into from
Aug 20, 2015

Conversation

andrewagain
Copy link
Contributor

app.configure() has been removed from the latest version of express.

StackOverflow post:
http://stackoverflow.com/questions/18637148/using-app-configure-in-express

Github issue:
expressjs/express#936

Error if you try to use app.configure with express 4:

11:16:32 web.1  | app.configure(function() {
11:16:32 web.1  |     ^
11:16:32 web.1  | TypeError: Object function (req, res, next) {
11:16:32 web.1  |     app.handle(req, res, next);
11:16:32 web.1  |   } has no method 'configure'

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling dfcaaac on ahfarmer:master into d0f6b6c on jaredhanson:master.

jaredhanson added a commit that referenced this pull request Aug 20, 2015
docs: remove references to express's old app.configure() method
@jaredhanson jaredhanson merged commit 0532f79 into jaredhanson:master Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants