Commit 4f4f7d77 by huangjinxin

添加认证路径

1 parent 36bda6a9
Showing with 1 additions and 1 deletions
......@@ -24,5 +24,5 @@ spring:
- Path=/dispatch/**
auth:
path: /pea-user/**,/pea-order/**,/test/**,/v1/**,/gis/** # 需要认证的路边列表,多个用逗号连接
path: /pea-user/**,/pea-role/**,/pea-order/**,/test/**,/v1/**,/gis/** # 需要认证的路边列表,多个用逗号连接
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!