소스 검색

更新 gateway 中的路由

reghao 3 달 전
부모
커밋
930e851832
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: