Replace app configure views

This commit is contained in:
Johannes Zellner
2025-02-20 10:54:43 +01:00
parent a669144d16
commit f52a330b16
5 changed files with 183 additions and 3 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ app.config(['$routeProvider', function ($routeProvider) {
// controller: 'UserSettingsController',
// templateUrl: 'views/user-directory.html?' + window.VITE_CACHE_ID
}).when('/app/:appId/:view?', {
controller: 'AppController',
templateUrl: 'views/app.html?' + window.VITE_CACHE_ID
// controller: 'AppController',
// templateUrl: 'views/app.html?' + window.VITE_CACHE_ID
}).when('/appstore', {
// controller: 'AppStoreController',
// templateUrl: 'views/appstore.html?' + window.VITE_CACHE_ID