Move standalone blocks page to /view/blocks

This commit is contained in:
Mononaut 2023-11-22 17:15:51 +09:00
parent fc56f273d4
commit 729fb3bb9d
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -126,7 +126,7 @@ let routes: Routes = [
component: MempoolBlockViewComponent,
},
{
path: 'eight-blocks',
path: 'view/blocks',
component: EightBlocksComponent,
},
{