feat(AnnotationParams): Erstellt, um Annotationen über Appsettings zu konfigurieren.

This commit is contained in:
Developer 02
2025-03-20 09:22:36 +01:00
parent 6c222ca9ad
commit df019a7243
4 changed files with 17 additions and 6 deletions

View File

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