We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84aa3e commit 2c20733Copy full SHA for 2c20733
ui/src/router/routes.ts
@@ -6,7 +6,7 @@ export const routes: Array<RouteRecordRaw> = [
6
{
7
path: '/',
8
name: 'home',
9
- // redirect: '/application',
+ redirect: '/application',
10
children: [...rolesRoutes],
11
},
12
0 commit comments