server.web.routes.v2
Subpackages
Attributes
Functions
|
Test connectivity to the database. |
|
Remove threadlocal session from registry. |
Package Contents
- server.web.routes.v2.api_version() Any[source]
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.
- server.web.routes.v2.teardown(e: BaseException | None) None[source]
Remove threadlocal session from registry.