diff --git a/knockoutwhistweb/conf/prod.conf b/knockoutwhistweb/conf/prod.conf index 3606248..5880ec7 100644 --- a/knockoutwhistweb/conf/prod.conf +++ b/knockoutwhistweb/conf/prod.conf @@ -8,7 +8,7 @@ play.http.context="/api" play.modules.enabled += "modules.GatewayModule" play.filters.cors { - allowedOrigins = ["http://localhost:5173"] + allowedOrigins = ["https://knockout.janis-eccarius.de"] allowedCredentials = true allowedHttpMethods = ["GET", "POST", "PUT", "DELETE", "OPTIONS"] allowedHttpHeaders = ["Accept", "Content-Type", "Origin", "X-Requested-With"]