diff --git a/PyroFetes/Program.cs b/PyroFetes/Program.cs index 213d784..03ac2b2 100644 --- a/PyroFetes/Program.cs +++ b/PyroFetes/Program.cs @@ -19,7 +19,7 @@ builder.Services.AddCors(options => { options.AddDefaultPolicy(policyBuilder => { policyBuilder - .WithOrigins("http://localhost:5298") + .WithOrigins("http://localhost:4200") .WithMethods("GET", "POST", "PUT", "PATCH", "DELETE") .AllowAnyHeader(); });