Update Config.cs
parent
36e6fee780
commit
0f347ff6e0
|
@ -16,7 +16,7 @@ public static class Config
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string BaseWeb = $"{Base}:5002/listentogether";
|
public static string BaseWeb = $"{Base}:5002/";
|
||||||
public static string Base = DeviceInfo.Platform == DevicePlatform.Android ? "http://10.0.2.2" : "http://localhost";
|
public static string Base = DeviceInfo.Platform == DevicePlatform.Android ? "http://10.0.2.2" : "http://localhost";
|
||||||
public static string APIUrl = $"{Base}:5000/v1/";
|
public static string APIUrl = $"{Base}:5000/v1/";
|
||||||
public static string ListenTogetherUrl = $"{Base}:5001/listentogether";
|
public static string ListenTogetherUrl = $"{Base}:5001/listentogether";
|
||||||
|
|
Loading…
Reference in New Issue