Updated other uses of Internal Config to GLOBAL--FlexiApplication
This commit is contained in:
@@ -36,7 +36,6 @@ namespace AiQ_GUI
|
||||
{
|
||||
string JSONdata = BuildJsonUpdate(jsonArrayData, ID);
|
||||
JSONdata = JSONdata.Replace("\"14\"", "14").Replace("\"30\"", "30"); // Fixes & encoding issue
|
||||
MainForm.Instance.AddToActionsList(JSONdata);
|
||||
string url = $"http://{IPAddress}/api/update-config";
|
||||
return await Network.SendHttpRequest(url, HttpMethod.Post, 2, JSONdata);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user