Skip to content

Commit 35983b7

Browse files
feat: swagger 페이지 오류 해결
1 parent 5739056 commit 35983b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thefirsttake/src/main/java/com/thefirsttake/app/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public CorsConfigurationSource corsConfigurationSource() {
5050
"http://172.16.101.234:3000",
5151
"http://3.36.38.106:3000",
5252
"http://the-first-take.com",
53-
"https://the-first-take.com", // ✅ HTTPS 도메인 추가!
53+
"https://the-first-take.com" // ✅ HTTPS 도메인 추가!
5454
// "https://the-second-take.com" // ✅ the-second-take.com 도메인 추가!
5555
));
5656
config.setAllowedMethods(Arrays.asList("GET", "POST", "PUT", "DELETE", "OPTIONS"));

0 commit comments

Comments
 (0)