add edit json v1 WIP, testing
This commit is contained in:
parent
e5eee656d5
commit
ea92145350
11 changed files with 216 additions and 67 deletions
|
|
@ -93,13 +93,13 @@ const routes: Routes = [
|
|||
).then((m) => m.RecipeDetailsComponent),
|
||||
canActivate: [authGuard],
|
||||
},
|
||||
{
|
||||
path: 'log',
|
||||
loadComponent: () =>
|
||||
import('./features/changelog/changelog.component').then(
|
||||
(m) => m.ChangelogComponent
|
||||
),
|
||||
},
|
||||
// {
|
||||
// path: 'log',
|
||||
// loadComponent: () =>
|
||||
// import('./features/changelog/changelog.component').then(
|
||||
// (m) => m.ChangelogComponent
|
||||
// ),
|
||||
// },
|
||||
{
|
||||
path: '**',
|
||||
redirectTo: 'recipes',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue