This commit is contained in:
Fox 2026-06-24 12:07:33 +01:00
parent bff901fb33
commit 70a5eb9103

View File

@ -32,6 +32,7 @@ app.UseHttpsRedirection();
app.MapSolicitors();
app.MapCities();
app.MapRatingsProviders();
app.UseCors();
using (var scope = app.Services.CreateScope())
{