fix padding, replace /dashboard to /app/start
Deploy app frontend / app frontend (push) Successful in 1m10s
Deploy app frontend / app frontend (push) Successful in 1m10s
This commit is contained in:
@@ -13,6 +13,11 @@ const routes = [
|
||||
name: ROUTE_NAMES.CREATE,
|
||||
component: () => import('@/views/CreateView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/app/start',
|
||||
name: ROUTE_NAMES.APP_START,
|
||||
component: () => import('@/views/ManageDashboardView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/manage/dashboard',
|
||||
name: ROUTE_NAMES.MANAGE_DASHBOARD,
|
||||
|
||||
Reference in New Issue
Block a user