fix DA-391: return back my comment code in base app client

merge-requests/328/head
Elham Rababah 4 years ago
parent 8238e9569a
commit 12b78d0a3b

@ -83,7 +83,6 @@ class BaseAppClient {
print("URL : $url");
print("Body : ${json.encode(body)}");
var ee ={json.encode(body)};
if (await Helpers.checkConnection()) {
final response = await http.post(url,

Loading…
Cancel
Save