Add console routes to gateway
This commit is contained in:
parent
6642ead223
commit
c0a6021982
@ -108,6 +108,18 @@ spring:
|
||||
predicates:
|
||||
- Path=/play-server-notice/**
|
||||
|
||||
- id: service-console-go
|
||||
uri: http://10.2.1.16:2900
|
||||
predicates:
|
||||
- Path=/console/go,/console/go/**
|
||||
filters:
|
||||
- StripPrefix=2
|
||||
|
||||
- id: service-console
|
||||
uri: http://10.2.1.16:2700
|
||||
predicates:
|
||||
- Path=/console,/console/**
|
||||
|
||||
- id: service-other
|
||||
uri: ${LIKEI_GATEWAY_ROUTE_OTHER_URI}
|
||||
predicates:
|
||||
@ -118,6 +130,8 @@ gateway:
|
||||
- /account/create
|
||||
- /account/login/**/*
|
||||
- /account/login
|
||||
- /console/account/login/**/*
|
||||
- /console/account/login
|
||||
- /account/forget-pwd-reset
|
||||
- /user/user-profile/open-search
|
||||
- /party3rd/tencent/cloud/im/callback
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user