Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit c5f6def

Browse files
committed
hotfix for backend
1 parent eaee1fe commit c5f6def

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

heatHBack/src/main/java/heatH/heatHBack/config/SecurityConfig.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ public CorsConfigurationSource corsConfigurationSource() {
7676
configuration.setAllowedOrigins(List.of(
7777
"http://localhost:3000",
7878
"http://127.0.0.1:3000",
79-
"http://35.198.76.72:3000"
79+
"http://35.198.76.72:3000",
80+
"https://www.heath.engineer",
81+
"https://heath.engineer"
8082
));
8183

8284
configuration.setAllowedMethods(List.of("GET", "POST", "PUT", "DELETE", "OPTIONS"));

0 commit comments

Comments
 (0)