Code cleanup

This commit is contained in:
2026-01-28 22:39:29 +01:00
parent fc8d59ae12
commit 0878d0885a
4 changed files with 10 additions and 19 deletions

View File

@@ -2,7 +2,12 @@
using Microsoft.AspNetCore.Hosting.Server.Features;
namespace Sandbox;
/// <summary>
/// Source: https://www.duracellko.net/posts/2020/06/hosting-both-blazor-server-and-webassembly
/// </summary>
/// <param name="httpClient"></param>
/// <param name="server"></param>
/// <param name="applicationLifetime"></param>
public class HttpClientSetupService(
HttpClient httpClient,
IServer server,