1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 15:31:23 +08:00

Refactored ResponseResult, added api documentation for PowerController, RoleController, GroupController and UserController

This commit is contained in:
2023-05-20 02:13:19 +08:00
parent b570b492ae
commit 4ed7943235
9 changed files with 83 additions and 86 deletions

View File

@@ -83,7 +83,7 @@ public class SecurityConfig {
// Allow anonymous access
.authorizeHttpRequests()
.requestMatchers("/login", "/doc.html", "swagger-ui/**", "/webjars/**", "/v3/**")
.requestMatchers("/login", "/doc.html", "/swagger-ui/**", "/webjars/**", "/v3/**", "/swagger-ui.html")
.anonymous()
// Authentication required