diff --git a/Webshop.Api/Program.cs b/Webshop.Api/Program.cs index 91aae3f..0ef448b 100644 --- a/Webshop.Api/Program.cs +++ b/Webshop.Api/Program.cs @@ -27,6 +27,8 @@ using Webshop.Infrastructure.Services; var builder = WebApplication.CreateBuilder(args); +builder.WebHost.UseWebRoot("wwwroot"); + // --- 1. Dependency Injection Konfiguration --- // Datenbank-Kontext mit Split-Query-Verhalten für Performance-Optimierung