refactor(api): introduce shared common helpers (mechanical extract)

This commit is contained in:
kodi
2026-02-28 09:14:35 +01:00
parent a8d62fa340
commit 61b2748854
3 changed files with 92 additions and 34 deletions
+1
View File
@@ -8,4 +8,5 @@ COPY app_files.py .
COPY app_networks.py .
COPY app_pods.py .
COPY app_containers.py .
COPY common.py .
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]