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