From 0c80c84e118f00a7cd5dad67f06f2cdf26ac2f09 Mon Sep 17 00:00:00 2001 From: Mirusek <54834569+KKonefeld@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:04:42 +0200 Subject: [PATCH] Update Program.cs --- backend/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Program.cs b/backend/Program.cs index 479f73f..85f382d 100644 --- a/backend/Program.cs +++ b/backend/Program.cs @@ -19,7 +19,7 @@ public static void Main(string[] args) options.AddPolicy(name: myAllowSpecificOrigins, policy => { - policy.WithOrigins("http://*", "https://*", "https://planningpokerinf1337-kkonefelds-projects.vercel.app", "https://planningpokerinf1337-kkonefelds-projects.vercel.app/*", "https://planningpokerinf1337-kkonefelds-projects.vercel.app/rooms") + policy.WithOrigins("http://*", "https://*", "https://planningpokerinf1337.vercel.app", "https://planningpokerinf1337.vercel.app/*", "https://planningpokerinf1337.vercel.app/rooms") .AllowAnyMethod() .AllowAnyHeader() .AllowCredentials();