diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f98a4d2..23efd71 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -170,6 +170,14 @@ spring: - Path=${server.servlet.context-path}/cloudAnalysis/** filters: - StripPrefix=1 + #积分管理 + - id: epdc-points-server + uri: @gateway.routes.epdc-points-server.uri@ + order: 19 + predicates: + - Path=${server.servlet.context-path}/points/** + filters: + - StripPrefix=1 nacos: discovery: server-addr: @nacos.server-addr@ @@ -222,7 +230,6 @@ renren: - /activiti/service/** - /activiti/editor-app/** - /message/sms/sendCode #发送验证码 - - /heart/** - /oss/file/download - /ws/** - /custom/epidemicSentryPost/downloadQRCode/**