diff --git a/backend/app/Solicitors.Api/Program.cs b/backend/app/Solicitors.Api/Program.cs index 7b19b30..774a2af 100644 --- a/backend/app/Solicitors.Api/Program.cs +++ b/backend/app/Solicitors.Api/Program.cs @@ -32,6 +32,7 @@ app.UseHttpsRedirection(); app.MapSolicitors(); app.MapCities(); app.MapRatingsProviders(); +app.UseCors(); using (var scope = app.Services.CreateScope()) {