🐛 修正权限接口网关路由配置

This commit is contained in:
wangxiaoyang 2022-06-25 08:10:29 +00:00 committed by Gitee
parent e601b8397f
commit 86e8e98cd4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ spring:
- id: user-service
uri: lb://user-service
predicates:
- Path=/api/users/**,/api/depts/**,/api/roles/**,/api/permissions
- Path=/api/users/**,/api/depts/**,/api/roles/**,/api/permissions/**
- id: message-service
uri: lb://chat-service
predicates: