Skip to content

Commit 4a870e8

Browse files
committed
chore: update url in core
1 parent 87fe8b5 commit 4a870e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/main/java/org/heymouad/focusapp/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public CorsConfigurationSource corsConfigurationSource() {
5656
"http://localhost:3000",
5757
"http://localhost:4173",
5858
"http://localhost:5173",
59-
"https://habitflow-wyyu.onrender.com/"
59+
"https://habitflow-wyyu.onrender.com"
6060
));
6161
configuration.setAllowCredentials(true);
6262
configuration.setAllowedMethods(Arrays.asList("GET", "POST", "PUT", "DELETE", "OPTIONS", "PATCH"));

0 commit comments

Comments
 (0)