Skip to content

Commit 96d576c

Browse files
committed
my brain is mush. i put the wrong url in my security config.
1 parent 38f8417 commit 96d576c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

springqpro-backend/src/main/java/com/springqprobackend/springqpro/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public CorsConfigurationSource corsConfigurationSource() {
101101
// Allowed origins for frontend
102102
config.setAllowedOrigins(List.of(
103103
"http://localhost:5173", // local dev (TO-DO: append Netlify link later when frontend is deployed).
104-
"https://springqueuepro-production.up.railway.app"
104+
"https://springqueuepro.netlify.app"
105105
));
106106
// Important for JWT/Auth
107107
config.setAllowCredentials(true);

0 commit comments

Comments
 (0)