Commit 7e845d77 by Thomas Bosch

whitespaces

parent d9a76934
......@@ -13,7 +13,7 @@ angular.module('springBootAdmin.services', ['ngResource'])
function($resource){
return $resource(
'/api/application', {}, {
query: { method:'GET', isArray:true }
query: { method:'GET'}
});
}
])
......@@ -37,4 +37,4 @@ angular.module('springBootAdmin.services', ['ngResource'])
app.status = 'offline';
});
}
}]);
\ No newline at end of file
}]);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment