Commit df51be02 by Torkel Ödegaard

Fixed loading path for home dashboard

parent a28e4de3
......@@ -12,7 +12,7 @@ function (angular) {
var db = datasourceSrv.getGrafanaDB();
if (!$routeParams.id) {
backendSrv.get('api/dashboards/home').then(function(result) {
backendSrv.get('/api/dashboards/home').then(function(result) {
$scope.initDashboard(result, $scope);
},function() {
$scope.initDashboard({}, $scope);
......
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