From 4ad9fecea7c61901958dbf5ca630f4db2f4bcc8d Mon Sep 17 00:00:00 2001 From: Tim Schmidt Date: Wed, 27 Dec 2023 10:05:09 -0800 Subject: [PATCH] fix: remove some routes Signed-off-by: Tim Schmidt --- src/pages/RoutingSpec.vue | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/src/pages/RoutingSpec.vue b/src/pages/RoutingSpec.vue index 9f852c44e..24c2d34c5 100644 --- a/src/pages/RoutingSpec.vue +++ b/src/pages/RoutingSpec.vue @@ -101,12 +101,7 @@ export default defineComponent({ description: "Displays a table of recent transactions.", }, { - title: "/{network}/transactionsById/{transactionId}", - subtitle: "Transactions by ID", - description: "Displays a table of transactions with the transaction ID provided.", - }, - { - title: "/{network}/transaction/{transactionTimestamp}", + title: "/{network}/transaction/{transactionTimestampOrHash}", subtitle: "Transaction details", description: "Displays details of transaction with the given timestamp.", data: [ @@ -132,11 +127,6 @@ export default defineComponent({ subtitle: "Recent accounts", description: "Displays a table of recent accounts.", }, - { - title: "/{network}/accountsWithKey/{publicKey}", - subtitle: "Accounts by Key", - description: "Displays a table of accounts with the key provided.", - }, { title: "/{network}/account/{accountId}", subtitle: "Account Details", @@ -160,11 +150,6 @@ export default defineComponent({ "Recent Staking Rewards" ] }, - { - title: "/{network}/adminKey/{accountId}", - subtitle: "Admin key", - description: "Displays the admin key for the account ID provided.", - }, { title: "/{network}/address/{accountAddress}", subtitle: "Account Details by Address", @@ -336,7 +321,7 @@ export default defineComponent({ description: "Displays a table for recent blocks.", }, { - title: "/{network}/block/{blockNumber}", + title: "/{network}/block/{blockNumberOrHash}", subtitle: "Block Details", description: "Displays details of block with the given block number.", data: [