ソースを参照

更新 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: