AppInfo + Paths
This commit is contained in:
@@ -763,9 +763,9 @@ namespace BeWo
|
||||
//{
|
||||
// url += "/service45";
|
||||
//}
|
||||
if (url.IndexOf("/service") < 0)
|
||||
if (url.IndexOf("/service_ai") < 0)
|
||||
{
|
||||
url += "/service2";
|
||||
url += "/service_ai";
|
||||
}
|
||||
|
||||
return new Uri(String.Format("https://{0}", url));
|
||||
|
||||
Reference in New Issue
Block a user