From 8a5ccec1a85d91e5ebeb24c3f39754a7dab0d6e6 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sun, 10 May 2026 17:30:25 +0000 Subject: [PATCH] fix http route --- infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml b/infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml index 7a4e1e3..66cfd3e 100644 --- a/infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml +++ b/infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml @@ -13,7 +13,7 @@ spec: - matches: - path: type: PathPrefix - value: /telegram/webhook + value: /telegram/webhook/default backendRefs: - name: http-tele-webhook port: 9118