From 0a4accc809edce8ac1520dbc483433774894634d Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Wed, 20 Sep 2017 16:08:59 +0200 Subject: [PATCH] Update bootstrap.json with new crashreports url ref T139 --- resources/share/shared/bootstrap/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/share/shared/bootstrap/bootstrap.json b/resources/share/shared/bootstrap/bootstrap.json index ed98491a2..be41b9e32 100644 --- a/resources/share/shared/bootstrap/bootstrap.json +++ b/resources/share/shared/bootstrap/bootstrap.json @@ -1,6 +1,6 @@ { "crashReportServerUrl": { - "url": "http://crashreports.swift-project.org/crash_upload" + "url": "http://crashreports.swift-project.org/crashreports" }, "dbDebugFlag": false, "dbHttpPort": 80,