status
FastAPI endpoint functions for backend health and status.
Attributes
status_router
module-attribute
status_router = APIRouter(
prefix=format_path(TAG_STATUS),
tags=[TAG_STATUS],
responses=DEFAULT_HTTP_ERROR_RESPONSES,
)