server.web.routes.v3
Submodules
Attributes
Functions
|
Handle CORS preflight requests for all v3 endpoints. |
|
Test connectivity to the database. |
|
Get the current time in the Pacific. |
|
Test connectivity to the app. Always unauthenticated for health checks. |
|
Test route. |
|
Test connectivity to the database. |
Package Contents
- async server.web.routes.v3.options_handler(full_path: str) starlette.responses.Response[source]
Handle CORS preflight requests for all v3 endpoints.
- server.web.routes.v3.is_alive() starlette.responses.JSONResponse[source]
Test connectivity to the database.
- server.web.routes.v3.get_pst_now() starlette.responses.JSONResponse[source]
Get the current time in the Pacific.