reghao 3 месяцев назад
Родитель
Сommit
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: