`res.send(status)` is deprecated. Use `res.sendStatus(status)` instead. ``` express deprecated res.send(status): Use res.sendStatus(status) instead ../../../../usr/local/lib/node_modules/zapp/zapp.js:255:17 ```