mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-07-12 22:06:27 +02:00
Version 3.0.260
This commit is contained in:
parent
5a26bf273b
commit
4df8aa98aa
134 changed files with 8098 additions and 567 deletions
|
@ -149,11 +149,6 @@ namespace TINK.Model.Settings
|
|||
return null;
|
||||
}
|
||||
|
||||
if (uriText.ToUpper().ToUpper().Contains("copri-bike.de".ToUpper()))
|
||||
return new Uri(CopriServerUriList.SHAREE_DEVEL);
|
||||
|
||||
if (uriText.ToUpper().ToUpper().Contains("copri.eu".ToUpper()))
|
||||
return new Uri(CopriServerUriList.SHAREE_LIVE);
|
||||
|
||||
return JsonConvert.DeserializeObject<Uri>(uriText);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue