Browse Source

[add]

URLのディレクトリが空の時にダッシュボードに遷移するルートを追加
poohr 3 weeks ago
parent
commit
74b00088d0
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/app/app.routes.ts

+ 4
- 0
src/app/app.routes.ts View File

14
     path: '',
14
     path: '',
15
     component: Dashboard,
15
     component: Dashboard,
16
   },
16
   },
17
+  {
18
+    path: 'dashboard',
19
+    component: Dashboard,
20
+  },
17
   {
21
   {
18
     path: 'danka-list',
22
     path: 'danka-list',
19
     component: DankaList,
23
     component: DankaList,

Loading…
Cancel
Save