mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-526: Update webapp to angular 1.6.9.
This commit is contained in:
@@ -24,7 +24,7 @@ angular.module('rest').factory('patchService', ['$injector',
|
||||
function patchService($injector) {
|
||||
|
||||
// Required services
|
||||
var $http = $injector.get('$http');
|
||||
var requestService = $injector.get('requestService');
|
||||
var authenticationService = $injector.get('authenticationService');
|
||||
var cacheService = $injector.get('cacheService');
|
||||
|
||||
@@ -48,7 +48,7 @@ angular.module('rest').factory('patchService', ['$injector',
|
||||
};
|
||||
|
||||
// Retrieve all applicable HTML patches
|
||||
return $http({
|
||||
return requestService({
|
||||
cache : cacheService.patches,
|
||||
method : 'GET',
|
||||
url : 'api/patches',
|
||||
|
Reference in New Issue
Block a user