feat: Logo-Konfiguration zu Program.cs und _ViewImports.cshtml hinzugefügt

This commit is contained in:
Developer 02
2024-09-17 14:41:31 +02:00
parent 36fb033adc
commit dd28ef7ab6
2 changed files with 4 additions and 0 deletions

View File

@@ -150,6 +150,8 @@ try
builder.ConfigureBySection<DispatcherConfig>();
builder.ConfigureBySection<Logo>();
var app = builder.Build();
// Configure the HTTP request pipeline.