Skip to content

Commit

Permalink
hotfix : auth.filter.exclusions 적용 안되는 현상 수정 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
phjppo0918 authored Jun 29, 2023
1 parent 28046fa commit d6303b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class SecurityBeanConfig {
JwtExtractor extractor;

public SecurityBeanConfig(
@Value("${auth.filter.exclusions:#{{}}") List<String> exclusions,
@Value("${auth.filter.exclusions:#{{}}}") List<String> exclusions,
JwtExtractor extractor) {
this.exclusions = exclusions;
this.extractor = extractor;
Expand Down

0 comments on commit d6303b0

Please sign in to comment.