Auto updater added
This commit is contained in:
@@ -100,6 +100,7 @@ namespace PWAPPv2.Source.API
|
||||
Client.DefaultRequestHeaders.Add("ApiID", Credentials.APIid);
|
||||
|
||||
StringContent content = new StringContent(PostData, Encoding.UTF8, "application/json");
|
||||
string conts = content.ToString();
|
||||
|
||||
var response = Client.PostAsync(apiUri, content).Result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user