Skip to content

Commit 0d269d1

Browse files
committed
Merge branch 'dev'
2 parents 5e4f1eb + 90e612a commit 0d269d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public UrlBasedCorsConfigurationSource corsConfigurationSource() {
114114
configuration.setAllowedOriginPatterns(List.of(
115115
"http://localhost:*",
116116
"https://localhost:*",
117-
"https://codepen.io",
117+
"https://cdpn.io",
118118
"https://www.deliver-anything.shop",
119119
"https://api.deliver-anything.shop"
120120
));

0 commit comments

Comments
 (0)