Skip to content

Commit e5f77c7

Browse files
authored
Merge pull request #20 from NET-ZERO-FitFit/develop
[REFACTOR] main <- develop (springSecurity 카카오 맵 API url 허용)
2 parents 3273448 + a226a87 commit e5f77c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/fitfit/global/security/config/SecurityConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ public SecurityFilterChain filterChain (HttpSecurity http) throws Exception {
4242
"/swagger-resources/**",
4343
"/api/members/auth/kko",
4444
"/api/tokens/refresh",
45-
"/api/members/nickname/check"
45+
"/api/members/nickname/check",
46+
"/dapi.kakao.com/**"
4647
).permitAll()
4748
.anyRequest().authenticated()
4849
)

0 commit comments

Comments
 (0)