|
|
@@ -16,12 +16,7 @@ spring:
|
|
|
- id: platform_route
|
|
|
uri: http://localhost:8083/
|
|
|
predicates:
|
|
|
- - Path=/userRole/**
|
|
|
-
|
|
|
- - id: file_route
|
|
|
- uri: http://localhost:8083/
|
|
|
- predicates:
|
|
|
- - Path=/file/**
|
|
|
+ - Path=/userRole/**,/system/**,/file/**
|
|
|
|
|
|
- id: tenant_route
|
|
|
uri: http://localhost:8084/
|