From e2ec23400ff91fe75453b28cc74d5ad655b37885 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 1 Oct 2024 00:40:52 +0200 Subject: [PATCH] don't redirect to eureka Signed-off-by: Peter Siegmund --- src/main/resources/application.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index f11536e..3036d59 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -46,14 +46,6 @@ spring: firstBackoff: 50ms maxBackoff: 5000ms routes: - - id: eureka-service - uri: lb://eureka-service - predicates: - - Path=/services/**, /eureka/**, /health/eureka, /lastn - filters: - - RewritePath=/services, / - - RewritePath=/health/eureka, /actuator/health - - id: timezone-service uri: lb://timezone-service predicates: