refactor(api): move /health into app_system router

This commit is contained in:
kodi
2026-02-28 10:51:22 +01:00
parent 492edc2ec0
commit e61f2ccf76
3 changed files with 46 additions and 31 deletions
+1
View File
@@ -8,5 +8,6 @@ COPY app_files.py .
COPY app_networks.py .
COPY app_pods.py .
COPY app_containers.py .
COPY app_system.py .
COPY common.py .
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]