Browse Source

白名单接口

tags/24080901
niohe·erbao 1 year ago
parent
commit
5267ed3564
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      pmapi/src/main/resources/security/auth-dev.yml

+ 2
- 0
pmapi/src/main/resources/security/auth-dev.yml View File

@@ -33,6 +33,7 @@ security:
- /api/v1/region/tree - /api/v1/region/tree
- /api/v1/expert/get-zzd-info - /api/v1/expert/get-zzd-info
- /file/upload - /file/upload
- /file/download
ignore-csrf-urls: ignore-csrf-urls:
- /api/v1/user/auth/** - /api/v1/user/auth/**
- /v2/api-docs - /v2/api-docs
@@ -58,6 +59,7 @@ security:
- /api/v1/region/tree - /api/v1/region/tree
- /api/v1/expert/get-zzd-info - /api/v1/expert/get-zzd-info
- /file/upload - /file/upload
- /file/download
role-map: role-map:
"engineer": "engineer":
"project_manager": "project_manager":


Loading…
Cancel
Save