refactoring: Docker-Dateien Api-Gateway

This commit is contained in:
2025-11-26 13:45:57 +01:00
parent b8af69ccf6
commit 596a05b69c
2 changed files with 32 additions and 12 deletions
@@ -81,13 +81,15 @@ spring:
uri: http://localhost:${server.port}
predicates:
- Method=GET
- Path=/gateway-info
filters:
- name: setStatus
- name: SetStatus
args:
status: 200
- name: setResponseHeader
- name: SetResponseHeader
args:
Content-Type: application/json
name: Content-Type
value: application/json
# ==============================================================
# --- Ping-Service-Integration (optional) ---