Update Config.cs

pull/37/head
James Montemagno 2022-01-24 06:54:03 -08:00 committed by GitHub
parent 36e6fee780
commit 0f347ff6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 APIUrl = $"{Base}:5000/v1/";
public static string ListenTogetherUrl = $"{Base}:5001/listentogether";