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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user