(backend) introduce an external API router

Prepare for the introduction of new endpoints reserved for external
applications. Configure the required router and update the Helm chart to ensure
that the Kubernetes ingress properly routes traffic to these new endpoints.

It is important to support independent versioning of both APIs.
Base route’s name aligns with PR #195 on lasuite/drive, opened by @lunika
This commit is contained in:
lebaudantoine
2025-10-02 23:21:41 +02:00
committed by aleb_the_flash
parent 3fd5a4404c
commit 062afc5b44
5 changed files with 42 additions and 1 deletions

View File

@@ -0,0 +1 @@
"""Meet core external API endpoints"""