Skip to content

Commit

Permalink
merge hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Feb 27, 2022
2 parents b4211e8 + 3bb4975 commit beb3a08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/EthernaCredit/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,7 @@ public void Configure(IApplicationBuilder app, IApiVersionDescriptionProvider ap
}
else
{
builder.WithOrigins("https://*.etherna.io")
.SetIsOriginAllowedToAllowWildcardSubdomains()
builder.WithOrigins("https://app.etherna.io")
.AllowAnyHeader()
.AllowAnyMethod()
.AllowCredentials();
Expand Down

0 comments on commit beb3a08

Please sign in to comment.