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