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