Skip to content

Commit

Permalink
fix: security config 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
oosedus committed Aug 6, 2024
1 parent 5e4c78b commit 0fc076b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class SecurityConfig {
"/api/categories/culture", "/api/cultures", "/api/cultures/**", // 문화
"/api/reviews", // 후기
"/api/categories/region", "/api/clubs/list",
"/api/main",
"/api/main", "/api/clubs/**",
"/swagger", "/swagger-ui.html", "/swagger-ui/**", "/api-docs", "/api-docs/**", "/v3/api-docs/**", //swagger
"/api/test"
};
Expand Down

0 comments on commit 0fc076b

Please sign in to comment.