added BuildOverview and BuildEdit
This commit is contained in:
parent
a3062165e1
commit
9ffaf908f3
5 changed files with 226 additions and 8 deletions
|
@ -23,14 +23,9 @@ builder.Services.AddServerSideBlazor();
|
|||
builder.Services.AddScoped<RaidService>();
|
||||
builder.Services.AddScoped<UserService>();
|
||||
builder.Services.AddScoped<GuildWars2AccountService>();
|
||||
builder.Services.AddScoped<GuildWars2BuildService>();
|
||||
|
||||
|
||||
|
||||
|
||||
//builder.Services.AddTransient<RaidService>();
|
||||
//builder.Services.AddTransient<UserService>();
|
||||
//builder.Services.AddTransient<GuildWars2AccountService>();
|
||||
|
||||
builder.Services.AddAuthentication(opt =>
|
||||
{
|
||||
opt.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue