mud_server.api.routes.health
Health and root endpoints.
Provides the root / endpoint (API identity and version) and the
/health endpoint (liveness check with active session count).
The version string is read from mud_server.__version__ which is
resolved at import time via importlib.metadata — the single source
of truth is pyproject.toml, bumped automatically by release-please.
Attributes
Functions
|
Root endpoint showing API identity and current version. |
Health check endpoint. |
Module Contents
- mud_server.api.routes.health.router