Fix for url endpoint
This commit is contained in:
parent
67b5bf2329
commit
12bc4074d9
@ -11,7 +11,7 @@ class FurnitureFetcher : MonoBehaviour
|
||||
public VisualTreeAsset itemTemplate;
|
||||
public UIDocument uiDocument;
|
||||
|
||||
public static string API_URL = "http://100.123.31.103:7223/api/v1/FurnitureVariant/GetAll";
|
||||
public static string API_URL = "http://100.123.31.103:5102/api/v1/FurnitureVariant/GetAll";
|
||||
|
||||
private static readonly Dictionary<string, string> CurrencySymbols = new()
|
||||
{
|
||||
|
||||
@ -301,20 +301,4 @@ QualitySettings:
|
||||
terrainMaxTrees: 50
|
||||
excludedTargetPlatforms: []
|
||||
m_TextureMipmapLimitGroupNames: []
|
||||
m_PerPlatformDefaultQuality:
|
||||
Android: 2
|
||||
GameCoreScarlett: 5
|
||||
GameCoreXboxOne: 5
|
||||
Lumin: 5
|
||||
Nintendo 3DS: 5
|
||||
Nintendo Switch: 5
|
||||
PS4: 5
|
||||
PS5: 5
|
||||
Server: 0
|
||||
Stadia: 5
|
||||
Standalone: 5
|
||||
WebGL: 3
|
||||
Windows Store Apps: 5
|
||||
XboxOne: 5
|
||||
iPhone: 2
|
||||
tvOS: 2
|
||||
m_PerPlatformDefaultQuality: {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user