diff --git a/phronCare.API/Program.cs b/phronCare.API/Program.cs index 2bd1793..536b1f5 100644 --- a/phronCare.API/Program.cs +++ b/phronCare.API/Program.cs @@ -123,7 +123,7 @@ builder.Services.AddCors(options => options.AddPolicy("CORS", 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() .AllowAnyHeader() .AllowCredentials();