server.web.routes.v2

Subpackages

Attributes

api_v2_blueprint

Functions

api_version(→ Any)

Test connectivity to the database.

teardown(→ None)

Remove threadlocal session from registry.

Package Contents

server.web.routes.v2.api_v2_blueprint[source]
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.