Last updated 1 month ago
Was this helpful?
Endpoint functioning as health and liveness check.
Args: db: AsyncSession to interact with the database.
Returns: The status of the healthcheck.
GET /health HTTP/1.1 Host: Accept: */*
Successful Response
{ "ANY_ADDITIONAL_PROPERTY": "text" }