yep
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
|
||||
using Shogi.UI;
|
||||
using Shogi.UI.Pages.Home;
|
||||
using Shogi.UI.Pages.Home.Account;
|
||||
using Shogi.UI.Pages.Home.Api;
|
||||
using Shogi.UI.Shared;
|
||||
@@ -54,6 +55,7 @@ static void ConfigureDependencies(IServiceCollection services, IConfiguration co
|
||||
services.AddScoped<MsalMessageHandler>();
|
||||
services.AddScoped<CookieCredentialsMessageHandler>();
|
||||
services.AddScoped<IShogiApi, ShogiApi>();
|
||||
services.AddScoped<PromotePrompt>();
|
||||
|
||||
var serializerOptions = new JsonSerializerOptions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user