new health check api
This introduces a System Health Check API to monitor the status of the Django service deployed on Toolforge. The API dynamically checks the server and db status.
URL: http://localhost/health/
Here is a sample output of the API call:
{
"status": "OK",
"service": "Running",
"database": "Connected"
}