rcos / observatory-server

A project tracking dashboard for Rensselaer Center for Open Source
https://rcos.io
MIT License
14 stars 51 forks source link

Replace deprecated express functions identified by the tests ("npm test") #815

Closed TungE closed 5 years ago

TungE commented 5 years ago

Change uses of res.json(status, obj) to res.status(status).json(obj) Change uses of res.status(status) to res.sendStatus(status)