fix: route console through gateway for test admin
This commit is contained in:
parent
a7050502b3
commit
cdfe27990d
@ -94,6 +94,11 @@ spring:
|
||||
predicates:
|
||||
- Path=/game/open/**
|
||||
|
||||
- id: service-console
|
||||
uri: ${LIKEI_GATEWAY_ROUTE_CONSOLE_URI}
|
||||
predicates:
|
||||
- Path=/console/**
|
||||
|
||||
- id: service-gateway
|
||||
uri: ${LIKEI_GATEWAY_ROUTE_FORWARD_URI}
|
||||
predicates:
|
||||
@ -118,6 +123,8 @@ gateway:
|
||||
- /account/create
|
||||
- /account/login/**/*
|
||||
- /account/login
|
||||
- /console/account/login
|
||||
- /console/actuator/**
|
||||
- /account/forget-pwd-reset
|
||||
- /user/user-profile/open-search
|
||||
- /party3rd/tencent/cloud/im/callback
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user