فهرست منبع

Merge pull request #3947 from utkarshcmu/route-fix

Fixed snapshot route
Carl Bergquist 10 سال پیش
والد
کامیت
a6c736b8a2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/app/core/routes/all.js

+ 1 - 1
public/app/core/routes/all.js

@@ -138,7 +138,7 @@ define([
         controller : 'ResetPasswordCtrl',
       })
       .when('/dashboard/snapshots', {
-        templateUrl: 'app/features/snapshot/partials/snapshots.html',
+        templateUrl: 'public/app/features/snapshot/partials/snapshots.html',
         controller : 'SnapshotsCtrl',
         controllerAs: 'ctrl',
       })