Woops: /rest/system/errors -> /rest/system/error

This commit is contained in:
Jakob Borg 2015-04-07 13:46:39 +02:00
parent 105103fae0
commit 63ae2f64cf
2 changed files with 3 additions and 3 deletions

View File

@ -385,7 +385,7 @@ angular.module('syncthing.core')
}
function refreshErrors() {
$http.get(urlbase + '/system/errors').success(function (data) {
$http.get(urlbase + '/system/error').success(function (data) {
$scope.errors = data.errors;
console.log("refreshErrors", data);
}).error($scope.emitHTTPError);

File diff suppressed because one or more lines are too long