mirror of
https://github.com/mempool/mempool.git
synced 2025-04-08 20:08:32 +02:00
fix: redirect /tx/
routes to /
This commit is contained in:
parent
0b608c96dd
commit
d189e70817
@ -9,6 +9,11 @@ import { AcceleratePreviewComponent } from '../accelerate-preview/accelerate-pre
|
||||
import { AccelerateFeeGraphComponent } from '../accelerate-preview/accelerate-fee-graph.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: '',
|
||||
redirectTo: '/',
|
||||
pathMatch: 'full',
|
||||
},
|
||||
{
|
||||
path: ':id',
|
||||
component: TransactionComponent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user