Skip to content

Commit 9ac76fd

Browse files
committed
fix(be)
1 parent 7b555fa commit 9ac76fd

File tree

2 files changed

+1
-76
lines changed

2 files changed

+1
-76
lines changed

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

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

backend/test_sse.py

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)