AppInfo + Paths

This commit is contained in:
2025-12-01 13:28:36 +01:00
parent fcc3265789
commit 6649fb1350
8 changed files with 31 additions and 19 deletions

View File

@@ -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));