From 729fb3bb9d173ec9ceda8147e2d6f9d123f23a8b Mon Sep 17 00:00:00 2001 From: Mononaut Date: Wed, 22 Nov 2023 17:15:51 +0900 Subject: [PATCH] Move standalone blocks page to /view/blocks --- frontend/src/app/app-routing.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/app-routing.module.ts b/frontend/src/app/app-routing.module.ts index 6365ec873..e123a1525 100644 --- a/frontend/src/app/app-routing.module.ts +++ b/frontend/src/app/app-routing.module.ts @@ -126,7 +126,7 @@ let routes: Routes = [ component: MempoolBlockViewComponent, }, { - path: 'eight-blocks', + path: 'view/blocks', component: EightBlocksComponent, }, {