Новый адрес API и обновил библиотеки.
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
public static List<DeviceTypeItems> ListDeviceTypeItems { get; set; } = new();
|
||||
public static HttpClient http { get; set; } = new()
|
||||
{
|
||||
BaseAddress = new Uri("http://localhost:5262/")
|
||||
BaseAddress = new Uri("http://172.22.10.31:5050/")
|
||||
};
|
||||
|
||||
public static Task GetAll() => _GetAllData();
|
||||
|
||||
Reference in New Issue
Block a user