Fixing the /graphs link and make it consistent

This commit is contained in:
softsimon
2022-05-20 18:22:04 +04:00
parent db1720e3b4
commit 75b3b0fde5
2 changed files with 5 additions and 1 deletions

View File

@@ -88,6 +88,10 @@ const routes: Routes = [
path: 'mining/block-sizes-weights',
component: BlockSizesWeightsGraphComponent,
},
{
path: '',
redirectTo: 'mempool',
},
]
},
{