mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-04 21:07:40 +01:00
Update crash log URL to the new crash log catcher on our new services.netnewswire.com server.
This commit is contained in:
parent
74298e7cde
commit
bb5a0abb9a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user