reghao 1 год назад
Родитель
Сommit
848366377b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      gateway/src/main/resources/application.yml

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

@@ -70,13 +70,13 @@ spring:
         - id: geo-router
           uri: lb://content-service
           predicates:
-            - Path=/api/map/**
+            - Path=/api/geo/**
           filters:
             - StripPrefix=0
         - id: im-router
           uri: lb://content-service
           predicates:
-            - Path=/api/im/**
+            - Path=/api/chat/**
           filters:
             - StripPrefix=0
         ###############################################################################