Fix console go gateway route precedence

This commit is contained in:
hy001 2026-05-18 11:02:22 +08:00
parent 7d1909858e
commit 9a66e58a93

View File

@ -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/**