diff --git a/backend/Program.cs b/backend/Program.cs index bbbec4f..91c4986 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.vercel.app", "https://planningpokerinf1337.vercel.app/*", "https://planningpokerinf1337.vercel.app/rooms", "http://localhost:3000","https://localhost:3000") + policy.WithOrigins("http://*", "https://*", "https://planningpokerinf1337.vercel.app", "https://planningpokerinf1337.vercel.app/*", "https://planningpokerinf1337.vercel.app/rooms", "http://localhost:3000","https://localhost:3000", "https://planningpokerinf1337.vercel.app/room/*", "https://planningpokerinf1337.vercel.app/room") .AllowAnyMethod() .AllowAnyHeader() .AllowCredentials();