diff --git a/.run/Application.run.xml b/.run/Application.run.xml
index 7e08374..ebc9e68 100644
--- a/.run/Application.run.xml
+++ b/.run/Application.run.xml
@@ -5,6 +5,7 @@
+
diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml
index 4e17db0..fee777c 100644
--- a/src/main/resources/application.yaml
+++ b/src/main/resources/application.yaml
@@ -35,10 +35,12 @@ spring:
filters:
- RewritePath=/health/timezone, /actuator/health
- - id: account-service
- uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080}
+ - id: google-service
+ uri: ${GOOGLE_SERVICE_URI:http://google-service.web:8080}
predicates:
- - Path=/v1/account/**
+ - Path=/v1/account/**, /health/google
+ filters:
+ - RewritePath=/health/google, /actuator/health
- id: token-service
uri: ${BACKEND_SERVICE_URI:http://backend-service.web:8080}