From 0431fb2950f95f9f3baacec3001cf981d805e438 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Sun, 4 May 2025 13:45:30 -0500 Subject: [PATCH] yep --- Shogi.UI/Program.cs | 2 +- Shogi.UI/Shogi.UI.csproj | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Shogi.UI/Program.cs b/Shogi.UI/Program.cs index 0b92095..9dd0486 100644 --- a/Shogi.UI/Program.cs +++ b/Shogi.UI/Program.cs @@ -26,7 +26,7 @@ static void ConfigureDependencies(IServiceCollection services, IConfiguration co { /** * Why two HTTP clients? - * See qhttps://docs.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/additional-scenarios?source=recommendations&view=aspnetcore-6.0#unauthenticated-or-unauthorized-web-api-requests-in-an-app-with-a-secure-default-client + * See https://docs.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/additional-scenarios?source=recommendations&view=aspnetcore-6.0#unauthenticated-or-unauthorized-web-api-requests-in-an-app-with-a-secure-default-client */ var baseUrl = configuration["ShogiApiUrl"]; if (string.IsNullOrWhiteSpace(baseUrl)) diff --git a/Shogi.UI/Shogi.UI.csproj b/Shogi.UI/Shogi.UI.csproj index 1532f13..2478355 100644 --- a/Shogi.UI/Shogi.UI.csproj +++ b/Shogi.UI/Shogi.UI.csproj @@ -37,7 +37,6 @@ -