Fix console go gateway route precedence
This commit is contained in:
parent
7d1909858e
commit
9a66e58a93
@ -110,13 +110,15 @@ spring:
|
|||||||
|
|
||||||
- id: service-console-go
|
- id: service-console-go
|
||||||
uri: http://10.2.1.16:2900
|
uri: http://10.2.1.16:2900
|
||||||
|
order: -20
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/console/go,/console/go/**
|
- Path=/console/go/**
|
||||||
filters:
|
filters:
|
||||||
- StripPrefix=2
|
- StripPrefix=2
|
||||||
|
|
||||||
- id: service-console
|
- id: service-console
|
||||||
uri: http://10.2.1.16:2700
|
uri: http://10.2.1.16:2700
|
||||||
|
order: -10
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/console,/console/**
|
- Path=/console,/console/**
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user