node-php
node-php copied to clipboard
Deprecated express method
node-php is using a deprecated express method.
express deprecated res.send(body, status): Use res.status(status).send(body) instead node_modules\node-php\main.js:115:13
express deprecated res.sendfile: Use res.sendFile instead node_modules\node-php\main.js:120:12
relace response.send(html, response.statusCode); to response.status(response.statusCode).send(html)