We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a807f2 commit 5bb7691Copy full SHA for 5bb7691
1 file changed
services/frontend/src/router/index.ts
@@ -75,7 +75,11 @@ const routes = [
75
},
76
children: [
77
{
78
- path: 'settings/:groupId?', // Added :groupId? to make it optional
+ path: 'settings',
79
+ redirect: '/admin/settings/smtp'
80
+ },
81
+ {
82
+ path: 'settings/:groupId',
83
name: 'AdminSettings',
84
component: () => import('../views/GlobalSettings.vue'),
85
0 commit comments