new editor; we need it :-/ forgot why

This commit is contained in:
2021-12-20 16:13:09 +01:00
parent f8aa1915b8
commit 8be66d6ed6
21 changed files with 463 additions and 87 deletions
+1
View File
@@ -37,6 +37,7 @@ builder.Services.Configure<FlavorOptions>(opts =>
builder.Services.Configure<BlueprintOptions>(opts =>
{
opts.Add<Country>();
opts.Add<Language>();
});
var app = builder.Build();