James Tombleson
ec2e4113c1
All checks were successful
continuous-integration/drone/pr Build is passing
7 lines
184 B
C#
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; }
|
|
} |