enable status view for liquid and testnet
This commit is contained in:
@@ -219,6 +219,14 @@ const routes: Routes = [
|
||||
path: 'status-view',
|
||||
component: StatusViewComponent
|
||||
},
|
||||
{
|
||||
path: 'liquid-status-view',
|
||||
component: StatusViewComponent
|
||||
},
|
||||
{
|
||||
path: 'testnet-status-view',
|
||||
component: StatusViewComponent
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
redirectTo: ''
|
||||
|
||||
Reference in New Issue
Block a user