Skip to content

Conversation

@keriwarr
Copy link
Contributor

res.send(status [, ...]) and res.json(status [, ...]) are now deprecated in Express
Occurrences of this have been refactored to res.status(status).send|json

@keriwarr
Copy link
Contributor Author

Ah, just found a previous pr that did this, but it didn't pass the build test and missed a few occurrences..

@JaKXz JaKXz mentioned this pull request Nov 27, 2014
DaftMonk added a commit that referenced this pull request Dec 1, 2014
refactor: deprecate res.[send|json](status)
@DaftMonk DaftMonk merged commit d1a52cc into angular-fullstack:master Dec 1, 2014
@JaKXz JaKXz mentioned this pull request Dec 6, 2014
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.

2 participants