dkvc / pwcode

Get Latest Updates from PapersWithCode
https://pwcode.onrender.com/latest
Apache License 2.0
1 stars 1 forks source link

Create /status API endpoint that returns 200 (OK) when server is up #25

Closed dkvc closed 1 year ago

dkvc commented 1 year ago

Render hosting currently calls /latest for checking status of the application. This makes logs confusing when reverse proxy is initiated. This issue can be solved by creating a public endpoint such as /status that returns status of the web service.