Closed pgrm closed 9 years ago
I've started getting the following warning:
express deprecated res.send(status, body): Use res.status(status).send(body) instead node_modules\express-promise\lib\express_promise.js:191:15
it's not really an error (so far) just for the future it should be change probably?
Fixed in v0.5.0. Thank you for pointing it out!
I've started getting the following warning:
it's not really an error (so far) just for the future it should be change probably?