Add py api, WIP dl log
This commit is contained in:
parent
35b8b3be57
commit
b49b2235db
7 changed files with 159 additions and 111 deletions
|
|
@ -67,6 +67,10 @@ const routes: Routes = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'log',
|
||||
loadComponent: () => import('./features/changelog/changelog.component').then((m) => m.ChangelogComponent),
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
pathMatch: 'full',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue