mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update crash log URL to the new crash log catcher on our new services.netnewswire.com server.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user