Skip to content

Commit

Permalink
Modify Client BaseAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
oneheed committed Aug 16, 2023
1 parent 7551ca5 commit c1a3815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
options.AddPolicy(name: MyAllowSpecificOrigins,
policy =>
{
policy.WithOrigins("http://localhost:5255")
policy.WithOrigins("http://localhost:5255", "https://oneheed.github.io")
.AllowAnyHeader()
.AllowAnyMethod()
.AllowCredentials();
Expand Down

0 comments on commit c1a3815

Please sign in to comment.