|
|
@ -109,6 +109,14 @@ spring: |
|
|
|
- Path=${server.servlet.context-path}/news/** |
|
|
|
filters: |
|
|
|
- StripPrefix=1 |
|
|
|
#用户分析模块 |
|
|
|
- id: epdc-analysis-server |
|
|
|
uri: @gateway.routes.epdc-analysis-server.uri@ |
|
|
|
order: 21 |
|
|
|
predicates: |
|
|
|
- Path=${server.servlet.context-path}/analysis/** |
|
|
|
filters: |
|
|
|
- StripPrefix=1 |
|
|
|
#党群议事模块 |
|
|
|
- id: epdc-events-server |
|
|
|
uri: @gateway.routes.epdc-events-server.uri@ |
|
|
@ -257,6 +265,8 @@ renren: |
|
|
|
- /api/work/** #工作端接口 |
|
|
|
- /api/analysis/** #数据端接口 |
|
|
|
- /cloudAnalysis/** #数据端接口 |
|
|
|
- /contentSecurity/** #内容安全接口 |
|
|
|
- /api/sys/** |
|
|
|
|
|
|
|
|
|
|
|
epdc: |
|
|
|