7 lines
185 B
C#
7 lines
185 B
C#
namespace Newsbot.Portal.Blazor.Server;
|
|
|
|
public static class Global
|
|
{
|
|
public static HttpClient? HttpClient { get; set; }
|
|
public static string? DefaultInstanceUri { get; set; }
|
|
} |