diff --git a/src/main/webapp/js/services.js b/src/main/webapp/js/services.js index 9fc82f0d..b08364c9 100644 --- a/src/main/webapp/js/services.js +++ b/src/main/webapp/js/services.js @@ -286,7 +286,7 @@ module.factory('AdminCleanupService', ['$resource', function($resource) { params : { _method : 'merge' } - }, + } }; var res = $resource('rest/admin/cleanup/:_method', {}, actions); return res;