@@ -101,6 +101,13 @@ spring: | |||
- Path=/api/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# DSP 巡检云 | |||
- id: tuoheng_dsp_inspection | |||
uri: lb://tuoheng_dsp_inspection | |||
predicates: | |||
- Path=/api/inspection/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot后台管理 | |||
- id: tuoheng-pilot-admin | |||
uri: lb://tuoheng-pilot-admin |
@@ -94,6 +94,13 @@ spring: | |||
- Path=/api/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# DSP 巡检云 | |||
- id: tuoheng_dsp_inspection | |||
uri: lb://tuoheng_dsp_inspection | |||
predicates: | |||
- Path=/api/inspection/** | |||
filters: | |||
- StripPrefix=2 | |||
# pilot后台管理 | |||
- id: tuoheng-pilot-admin | |||
uri: lb://tuoheng-pilot-admin |
@@ -116,6 +116,13 @@ spring: | |||
- Path=/pilot/web/** | |||
filters: | |||
- StripPrefix=2 | |||
# DSP 巡检云 | |||
- id: tuoheng_dsp_inspection | |||
uri: lb://tuoheng_dsp_inspection | |||
predicates: | |||
- Path=/api/inspection/** | |||
filters: | |||
- StripPrefix=2 | |||
# freeway后台管理 | |||
- id: tuoheng-freeway-admin | |||
uri: lb://tuoheng-freeway-admin |