Skip to content

Commit

Permalink
[FIX] SecurityConfig 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjoo-lab committed Nov 29, 2023
1 parent 7458b01 commit fd4cfa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public SecurityFilterChain configure(HttpSecurity http) throws Exception {
"auth/save",
"auth/login",
"member/duplicate/**",
"plans/**",
"plan/**",
"actuator/**")
.permitAll())
.authorizeHttpRequests(
Expand Down

0 comments on commit fd4cfa6

Please sign in to comment.