Бамп версии до 9 и добавил выбор института
All checks were successful
Build and deploy / Publish image (push) Successful in 3m33s
All checks were successful
Build and deploy / Publish image (push) Successful in 3m33s
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user