Skip to content

Commit 472e14e

Browse files
committed
Merge branch 'dev'
2 parents 34d44cd + bf84857 commit 472e14e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/src/main/java/com/deliveranything/global/security/config/SecurityConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ public UrlBasedCorsConfigurationSource corsConfigurationSource() {
142142
return source;
143143
}
144144

145-
146145
@Bean
147146
public static PasswordEncoder passwordEncoder() { // 순환 참조 해결을 위해 static 추가
148147
return new BCryptPasswordEncoder();

0 commit comments

Comments
 (0)