mirror of
https://github.com/mempool/mempool.git
synced 2024-12-29 09:44:26 +01:00
parent
1649cfbde0
commit
f260203833
@ -459,10 +459,6 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
|
|||||||
path: 'assets',
|
path: 'assets',
|
||||||
component: AssetsNavComponent,
|
component: AssetsNavComponent,
|
||||||
children: [
|
children: [
|
||||||
{
|
|
||||||
path: 'featured',
|
|
||||||
component: AssetsFeaturedComponent,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: 'all',
|
path: 'all',
|
||||||
component: AssetsComponent,
|
component: AssetsComponent,
|
||||||
@ -477,7 +473,7 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '**',
|
path: '**',
|
||||||
redirectTo: 'featured'
|
redirectTo: 'all'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user