This commit is contained in:
@@ -269,7 +269,7 @@ namespace AyaNova.Biz
|
||||
return "OPS ERROR NO SERVER URL CONFIGURED";
|
||||
}
|
||||
ServerUrl = ServerUrl.Trim().TrimEnd('/');
|
||||
return $"{ServerUrl}?type={otype}&id={id}";
|
||||
return $"{ServerUrl}/open/{(int)otype}/{id}";
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user