ソースを参照

[fix]

ルートの余計な括弧を削除
poohr 3週間前
コミット
626af3f5e6
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      src/app/app.routes.ts

+ 0
- 1
src/app/app.routes.ts ファイルの表示

@@ -36,7 +36,6 @@ export const routes: Routes = [
36 36
     path: 'danka/:dankaId/family/:familyId/edit',
37 37
     component: FamilyEdit,
38 38
   },
39
-  },
40 39
   {
41 40
     path: 'kakocho-edit/:dankaId',
42 41
     component: KakochoEdit,

読み込み中…
キャンセル
保存