refactor(api): move /health into app_system router
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user