Woops: /rest/system/report -> /rest/svc/report

This commit is contained in:
Jakob Borg 2015-04-07 13:32:33 +02:00
parent 70f4792ab1
commit 105103fae0
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ angular.module('syncthing.core')
$scope.version = data.version;
}).error($scope.emitHTTPError);
$http.get(urlbase + '/system/report').success(function (data) {
$http.get(urlbase + '/svc/report').success(function (data) {
$scope.reportData = data;
}).error($scope.emitHTTPError);

File diff suppressed because one or more lines are too long