mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
rework endpoints and enable setting custom marketplace urls
This commit is contained in:
committed by
Aiden McClelland
parent
16f5764f74
commit
6d92c195e9
@@ -23,12 +23,8 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./server-logs/server-logs.module').then(m => m.ServerLogsPageModule),
|
||||
},
|
||||
{
|
||||
path: 'preferences',
|
||||
loadChildren: () => import('./preferences/preferences.module').then(m => m.PreferencesPageModule),
|
||||
},
|
||||
{
|
||||
path: 'preferences/edit',
|
||||
loadChildren: () => import('./preferences/preferences.module').then(m => m.PreferencesPageModule),
|
||||
path: 'privacy',
|
||||
loadChildren: () => import('./privacy/privacy.module').then(m => m.PrivacyPageModule),
|
||||
},
|
||||
{
|
||||
path: 'wifi',
|
||||
|
||||
Reference in New Issue
Block a user