Бамп версии до 9 и добавил выбор института
All checks were successful
Build and deploy / Publish image (push) Successful in 3m33s

This commit is contained in:
2025-01-21 02:11:52 +03:00
parent e85cb89e1c
commit bb2c2328f5
21 changed files with 127 additions and 30 deletions

View File

@@ -29,9 +29,11 @@ builder.Services.Configure<ForwardedHeadersOptions>(options =>
// Add services to the container.
builder.Services.AddRazorComponents()
.AddInteractiveServerComponents();
builder.Services.AddJSComponents();
builder.Services.AddRazorPages(); //////////////
builder.Services.AddServerSideBlazor(); ///////////////
builder.Services.AddServerSideBlazor(); //////////////
builder.Services.AddOptions<GotenbergSharpClientOptions>()
.Bind(builder.Configuration.GetSection(nameof(GotenbergSharpClient)));
builder.Services.AddGotenbergSharpClient();