Fix /tx redirect merge conflicts

This commit is contained in:
Mononaut
2024-07-26 16:10:09 +00:00
parent d59bc085e5
commit 53a36d042f
3 changed files with 11 additions and 2 deletions

View File

@@ -142,10 +142,10 @@ let routes: Routes = [
data: { preload: true },
},
{
path: 'tx/:id',
path: 'tx',
canMatch: [TrackerGuard],
runGuardsAndResolvers: 'always',
component: TrackerComponent,
loadChildren: () => import('./components/tracker/tracker.module').then(m => m.TrackerModule),
},
{
path: '',