mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed loading path for home dashboard
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user