Experimental auto-push URL support

This commit is contained in:
Mononaut
2024-06-03 21:12:12 +00:00
parent 6947e19ca9
commit b699063153
2 changed files with 86 additions and 4 deletions

View File

@@ -32,6 +32,10 @@ const routes: Routes = [
path: 'tx/push',
component: PushTransactionComponent,
},
{
path: 'pushtx',
component: PushTransactionComponent,
},
{
path: 'tx/test',
component: TestTransactionsComponent,