Add console routes to gateway

This commit is contained in:
hy001 2026-05-17 13:59:29 +08:00
parent 6642ead223
commit c0a6021982

View File

@ -108,6 +108,18 @@ spring:
predicates: predicates:
- Path=/play-server-notice/** - 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 - id: service-other
uri: ${LIKEI_GATEWAY_ROUTE_OTHER_URI} uri: ${LIKEI_GATEWAY_ROUTE_OTHER_URI}
predicates: predicates:
@ -118,6 +130,8 @@ gateway:
- /account/create - /account/create
- /account/login/**/* - /account/login/**/*
- /account/login - /account/login
- /console/account/login/**/*
- /console/account/login
- /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