瀏覽代碼

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