mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
Merge pull request #5283 from mempool/natsoni/fix-liquid-blocks-page
Fix Liquid blocks page
This commit is contained in:
commit
be72a26760
1 changed files with 5 additions and 1 deletions
|
@ -35,9 +35,13 @@ const routes: Routes = [
|
||||||
loadChildren: () => import('../components/about/about.module').then(m => m.AboutModule),
|
loadChildren: () => import('../components/about/about.module').then(m => m.AboutModule),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'blocks',
|
path: 'blocks/:page',
|
||||||
component: BlocksList,
|
component: BlocksList,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: 'blocks',
|
||||||
|
redirectTo: 'blocks/1',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: 'terms-of-service',
|
path: 'terms-of-service',
|
||||||
loadChildren: () => import('../components/terms-of-service/terms-of-service.module').then(m => m.TermsOfServiceModule),
|
loadChildren: () => import('../components/terms-of-service/terms-of-service.module').then(m => m.TermsOfServiceModule),
|
||||||
|
|
Loading…
Add table
Reference in a new issue