Fix for url endpoint
This commit is contained in:
@@ -11,7 +11,7 @@ class FurnitureFetcher : MonoBehaviour
|
||||
public VisualTreeAsset itemTemplate;
|
||||
public UIDocument uiDocument;
|
||||
|
||||
public static string API_URL = "https://localhost:7223/api/v1/FurnitureVariant/GetAll";
|
||||
public static string API_URL = "http://100.123.31.103:7223/api/v1/FurnitureVariant/GetAll";
|
||||
|
||||
private static readonly Dictionary<string, string> CurrencySymbols = new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user