dashboard: don't get legacy /stats.json

This commit is contained in:
nemunaire 2020-01-30 01:06:16 +01:00
parent 35bd908374
commit 0ab637faed
1 changed files with 0 additions and 3 deletions

View File

@ -111,9 +111,6 @@ angular.module("FICApp", ["ngSanitize", "ngAnimate"])
$scope.my = response.data;
});
$http.get("/stats.json").then(function(response) {
$scope.stats = response.data;
});
$http.get("/settings.json").then(function(response) {
$rootScope.recvTime(response);
response.data.start = new Date(response.data.start);