diff --git a/API_SQLuedo/API/Program.cs b/API_SQLuedo/API/Program.cs index 75376fa..0b0944b 100644 --- a/API_SQLuedo/API/Program.cs +++ b/API_SQLuedo/API/Program.cs @@ -89,7 +89,7 @@ builder.Services.AddCors(options => { builder.WithOrigins("https://localhost:7171") .AllowAnyMethod() - .AllowAnyHeader(); + .AllowAnyHeader(); }); });