Skip to content

Commit

Permalink
Merge pull request #317 from twenty-three-23/feature/TT-381
Browse files Browse the repository at this point in the history
TT-381 security setting 변경
  • Loading branch information
snacktime81 authored Aug 17, 2024
2 parents 1e1554c + 6e33be6 commit 0bca98b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public SecurityConfig(JWTAuthenticationFilter jwtAuthenticationFilter,
public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {

String[] swagger = { "/swagger-ui/**", "/v3/api-docs/**"};
String[] defaultPermitAll = {"/api/v1.1/auth/reissue","/actuator","/error"};
String[] defaultPermitAll = {"/api/v1.1/auth/reissue","/actuator","/error", "/api/v1.1/app"};

http
.csrf(AbstractHttpConfigurer::disable)
Expand Down

0 comments on commit 0bca98b

Please sign in to comment.