...
This commit is contained in:
@@ -24,7 +24,7 @@ builder.Services.AddCors(options =>
|
||||
options.AddPolicy(origins,
|
||||
policy =>
|
||||
{
|
||||
policy.WithOrigins("https://localhost:7224")
|
||||
policy.WithOrigins("https://localhost:7224", "http://localhost:5107")
|
||||
.AllowAnyHeader()
|
||||
.AllowAnyMethod();
|
||||
});
|
||||
|
Reference in New Issue
Block a user