|
|
@ -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/** |
|
|
|