From d8fbdfc82b62306ca19a6f477ff0a0442b5d1f1d Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 1 Oct 2024 00:32:11 +0200 Subject: [PATCH] add new path Signed-off-by: Peter Siegmund --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 51e04b9..f11536e 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -49,7 +49,7 @@ spring: - id: eureka-service uri: lb://eureka-service predicates: - - Path=/services/**, /eureka/**, /health/eureka + - Path=/services/**, /eureka/**, /health/eureka, /lastn filters: - RewritePath=/services, / - RewritePath=/health/eureka, /actuator/health