trust_api.routers.health ======================== .. py:module:: trust_api.routers.health Attributes ---------- .. autoapisummary:: trust_api.routers.health.router Functions --------- .. autoapisummary:: trust_api.routers.health.health_check Module Contents --------------- .. py:data:: router .. py:function:: health_check() -> dict[str, str] :async: Health check endpoint for the Trust API :returns: A dictionary with the status of the service. :rtype: dict[str, str]