Start work on VolumesView.vue
This commit is contained in:
@@ -112,8 +112,8 @@ app.config(['$routeProvider', function ($routeProvider) {
|
||||
controller: 'ServicesController',
|
||||
templateUrl: 'views/services.html?' + window.VITE_CACHE_ID
|
||||
}).when('/volumes', {
|
||||
controller: 'VolumesController',
|
||||
templateUrl: 'views/volumes.html?' + window.VITE_CACHE_ID
|
||||
// controller: 'VolumesController',
|
||||
// templateUrl: 'views/volumes.html?' + window.VITE_CACHE_ID
|
||||
}).otherwise({ redirectTo: '/'});
|
||||
}]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user