summaryrefslogtreecommitdiff
path: root/src/services/api/rest/__init__.py
AgeCommit message (Collapse)Author
2024-09-29http-api: T6736: separate REST API and GraphQL API activationJohn Estabrook
The GraphQL API was implemented as an addition to the existing REST API. As there is no necessary dependency, separate the initialization of the respective endpoints. Factor out the REST Pydantic models and FastAPI routes for symmetry and clarity.