diff --git a/VoidCat/Program.cs b/VoidCat/Program.cs index e5e1fca..e9744ff 100644 --- a/VoidCat/Program.cs +++ b/VoidCat/Program.cs @@ -93,10 +93,7 @@ static class Program await RunMigrations(app.Services); } -#if HostSPA app.UseStaticFiles(); -#endif - app.UseHttpLogging(); app.UseRouting(); app.UseCors();