v.2.27
Fixed reports
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
$scope.terminalLogs = [];
|
||||
|
||||
$scope.update = function () {
|
||||
smartRequest.get('settings/terminals', function (data) {
|
||||
smartRequest.get('v1/settings?method=terminals', function (data) {
|
||||
$scope.terminals = data.terminals;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user