diff --git a/knockoutwhistweb/conf/application.conf b/knockoutwhistweb/conf/application.conf index 3d41095..70674f6 100644 --- a/knockoutwhistweb/conf/application.conf +++ b/knockoutwhistweb/conf/application.conf @@ -17,7 +17,7 @@ auth { play.filters.enabled += "play.filters.cors.CORSFilter" play.filters.cors { - allowedOrigins = ["http://localhost:5173"] + allowedOrigins = ["http://localhost:5173", "http://localhost:3000"] allowedCredentials = true allowedHttpMethods = ["GET", "POST", "PUT", "DELETE", "OPTIONS"] allowedHttpHeaders = ["Accept", "Content-Type", "Origin", "X-Requested-With"]