diff --git a/lib/utils/attachment_services.dart b/lib/utils/attachment_services.dart index 83f7a1c..be51a10 100644 --- a/lib/utils/attachment_services.dart +++ b/lib/utils/attachment_services.dart @@ -49,7 +49,7 @@ class AttachmentServices { try { var request = http.MultipartRequest( - 'POST', Uri.parse('http://${Url.instance.host()}$path$profileId/')); + 'POST', Uri.parse('https://${Url.instance.host()}$path$profileId/')); request.fields.addAll(body); request.headers.addAll(headers); paths.forEach((element) async {