Update crash log URL to the new crash log catcher on our new services.netnewswire.com server.

This commit is contained in:
Brent Simmons 2021-03-02 22:08:11 -08:00
parent 74298e7cde
commit bb5a0abb9a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ struct CrashReporter {
}
static func sendCrashLogText(_ crashLogText: String) {
var request = URLRequest(url: URL(string: "https://netnewswire.com/crashreportcatcher.php")!)
var request = URLRequest(url: URL(string: "https://services.netnewswire.com/reportCrash.php")!)
request.httpMethod = HTTPMethod.post
let boundary = "0xKhTmLbOuNdArY"