2023-06-12 13:04:07 -07:00
|
|
|
namespace Newsbot.Portal.Blazor.Server;
|
|
|
|
|
|
|
|
public static class Global
|
|
|
|
{
|
2023-06-15 21:50:36 -07:00
|
|
|
public static HttpClient? HttpClient { get; set; }
|
2023-06-12 13:04:07 -07:00
|
|
|
public static string? DefaultInstanceUri { get; set; }
|
|
|
|
}
|