Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kopczuch committed Jun 7, 2024
1 parent 0ed27db commit a8c248a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void Main(string[] args)
options.AddPolicy(name: myAllowSpecificOrigins,
policy =>
{
policy.WithOrigins("https://planningpokerinf1337.vercel.app/")
policy.WithOrigins("https://planningpokerinf1337.vercel.app")
.AllowAnyMethod()
.AllowAnyHeader()
.AllowCredentials();
Expand Down

0 comments on commit a8c248a

Please sign in to comment.