Newsbot.Portal/Newsbot.Portal.Blazor.Server/Global.cs
James Tombleson ec2e4113c1
All checks were successful
continuous-integration/drone/pr Build is passing
adding a basic page to dump sources
2023-06-12 13:16:07 -07:00

7 lines
184 B
C#

namespace Newsbot.Portal.Blazor.Server;
public static class Global
{
public static HttpClient HttpClient { get; set; }
public static string? DefaultInstanceUri { get; set; }
}