Skip to content

Commit

Permalink
update cors header fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
KrothuTheCoder committed Mar 14, 2024
1 parent a4e11b5 commit 27e8123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DoSomethingService/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
builder.Services.AddApplicationInsightsTelemetry(aiOptions);

var apiVersions = new Dictionary<string, string>();

//
builder.Services.AddCors(options =>
{
options.AddPolicy(name: myAllowSpecificOrigins,
Expand Down

0 comments on commit 27e8123

Please sign in to comment.