Added TimeZone Functionality
This commit is contained in:
parent
c298f4d20e
commit
c215ed058f
9 changed files with 129 additions and 48 deletions
|
@ -25,6 +25,7 @@ builder.Services.AddScoped<UserService>();
|
|||
builder.Services.AddScoped<GuildWars2AccountService>();
|
||||
builder.Services.AddScoped<GuildWars2BuildService>();
|
||||
builder.Services.AddScoped<RaidRandomizerService>();
|
||||
builder.Services.AddScoped<TimeZoneService>();
|
||||
|
||||
|
||||
builder.Services.AddAuthentication(opt =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue