Ajuste CORS en API
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 3m42s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 3m42s
This commit is contained in:
parent
94a9bd9254
commit
16a05d27e6
@ -123,7 +123,7 @@ builder.Services.AddCors(options =>
|
|||||||
options.AddPolicy("CORS", policy =>
|
options.AddPolicy("CORS", policy =>
|
||||||
{
|
{
|
||||||
policy
|
policy
|
||||||
.WithOrigins("http://ui.biodec.saludlab.com.ar", "http://phroncareUI:80", "http://192.168.10.110:9002")
|
.WithOrigins("http://dev.biodec.saludlab.com.ar", "http://phroncareUI:80", "http://192.168.10.110:9002")
|
||||||
.AllowAnyMethod()
|
.AllowAnyMethod()
|
||||||
.AllowAnyHeader()
|
.AllowAnyHeader()
|
||||||
.AllowCredentials();
|
.AllowCredentials();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user