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