Skip to content

Commit

Permalink
fix: remove some routes
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Schmidt <tim@launchbadge.com>
  • Loading branch information
Sheng-Long committed Dec 27, 2023
1 parent 724d5fc commit 4ad9fec
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions src/pages/RoutingSpec.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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: [
Expand Down

0 comments on commit 4ad9fec

Please sign in to comment.