diff --git a/ElementX/Sources/Services/BugReport/BugReportService.swift b/ElementX/Sources/Services/BugReport/BugReportService.swift index 2117aef30..0ecd995e6 100644 --- a/ElementX/Sources/Services/BugReport/BugReportService.swift +++ b/ElementX/Sources/Services/BugReport/BugReportService.swift @@ -107,7 +107,7 @@ class BugReportService: NSObject, BugReportServiceProtocol { } body.appendString(string: "--\(boundary)--\r\n") - var request = URLRequest(url: baseURL.appendingPathComponent("submit")) + var request = URLRequest(url: baseURL) request.addValue("multipart/form-data; boundary=\(boundary)", forHTTPHeaderField: "Content-Type") request.httpMethod = "POST"