@@ -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
- - Path=/api/im/**
+ - Path=/api/chat/**
###############################################################################