enable status view for liquid and testnet

This commit is contained in:
softsimon
2020-07-02 20:51:55 +07:00
parent 2aca447f9e
commit f5260b72e5
2 changed files with 10 additions and 0 deletions

View File

@@ -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: ''