From 70a5eb91030bce8fc98bd9c9e95bc183ae401d71 Mon Sep 17 00:00:00 2001 From: Fox Date: Wed, 24 Jun 2026 12:07:33 +0100 Subject: [PATCH] WHOOPS --- backend/app/Solicitors.Api/Program.cs | 1 + 1 file changed, 1 insertion(+) 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()) {