@@ -62,6 +62,8 @@ def health_check(db: Session = Depends(get_db)):
logger.error(f"Health check failed: {e}")
raise HTTPException(status_code=503, detail="Service unhealthy")
# Add this temporary endpoint to your router:
if __name__ == "__main__":
import uvicorn
The note is not visible to the blocked user.