refactor: move healthcheck to /health and exclude from i18n

This commit is contained in:
2026-01-13 15:27:05 +01:00
parent bf2d939efe
commit b28fadb684
4 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ volumes:
Die App stellt einen einfachen Healthcheck-Endpoint bereit, der von Docker oder externen Monitoring-Tools genutzt werden kann:
- **Endpoint**: `/api/health`
- **Endpoint**: `/health`
- **Method**: `GET`
- **Response**: `200 OK` `{"status":"ok"}`