From 14d3280c7efa57214d9fe1cc88c2b59a7c237da0 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Fri, 15 May 2020 14:59:14 -0400 Subject: [PATCH] Comments out ui routes --- zuul-proxy/src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul-proxy/src/main/resources/application.properties b/zuul-proxy/src/main/resources/application.properties index a779086..b35efb1 100644 --- a/zuul-proxy/src/main/resources/application.properties +++ b/zuul-proxy/src/main/resources/application.properties @@ -10,6 +10,6 @@ zuul.routes.bad.url: http://localhost:7777 zuul.routes.gh.path: /gh/** zuul.routes.gh.url: https://github.com zuul.routes.gh.sensitive-headers: Set-Cookie,Cookie -zuul.routes.ui.path: /** -zuul.routes.ui.url: http://localhost:8080 +#zuul.routes.ui.path: /** +#zuul.routes.ui.url: http://localhost:8080 logging.level.org.springframework.web: DEBUG \ No newline at end of file