Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ databasesView.config(["messageHubProvider", function (messageHubProvider) {
databasesView.controller('DatabaseController', ['$scope', '$http', 'messageHub', function ($scope, $http, messageHub) {

$scope.listDatabases = function () {
$http.get('/services/data/sources/').then(function (response) {
$http.get('/services/data/sources').then(function (response) {
$scope.list = response.data;
});
}

0 comments on commit 388675c

Please sign in to comment.