server.web.routes.v1 ==================== .. py:module:: server.web.routes.v1 Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/server/web/routes/v1/fsm/index Attributes ---------- .. autoapisummary:: server.web.routes.v1.api_v1_blueprint Functions --------- .. autoapisummary:: server.web.routes.v1.api_version server.web.routes.v1.teardown Package Contents ---------------- .. py:data:: api_v1_blueprint .. py:function:: api_version() -> Any Test connectivity to the database. Return 200 if everything is OK. Defined in each module with a different route, so it can be checked individually. .. py:function:: teardown(e: Optional[BaseException]) -> None Remove threadlocal session from registry.