Explorar o código

更新 gateway 中的路由

reghao hai 3 meses
pai
achega
930e851832
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gateway/src/main/resources/application.yml

+ 1 - 1
gateway/src/main/resources/application.yml

@@ -188,7 +188,7 @@ spring:
           predicates:
             - Path=/api/blog/**
         - id: comment-router
-          uri: lb://content-service
+          uri: lb://search-service
           predicates:
             - Path=/api/comment/**
           filters: