server.web.routes.v1

Subpackages

Attributes

api_v1_blueprint

Functions

api_version(→ Any)

Test connectivity to the database.

teardown(→ None)

Remove threadlocal session from registry.

Package Contents

server.web.routes.v1.api_v1_blueprint[source]
server.web.routes.v1.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.v1.teardown(e: BaseException | None) None[source]

Remove threadlocal session from registry.