Skip to content

Commit

Permalink
deprecate accounts api
Browse files Browse the repository at this point in the history
  • Loading branch information
yitianx00 committed Dec 5, 2024
1 parent feb0653 commit cde4a88
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -570,41 +570,6 @@ export default class DefaultLayoutsClass extends Vue {
},
]
digitalDollarAccountsLinks = [
{
title: 'POST /wallets',
to: '/debug/wallets/wallets/create',
},
{
title: 'GET /wallets',
to: '/debug/wallets/wallets/fetch',
},
{
title: 'GET /wallets/{id}',
to: '/debug/wallets/wallets/details',
},
{
title: 'POST /{walletId}/addresses',
to: '/debug/wallets/addresses/create',
},
{
title: 'GET /{walletId}/addresses',
to: '/debug/wallets/addresses/fetch',
},
{
title: 'POST /transfers',
to: '/debug/wallets/transfers/create',
},
{
title: 'GET /transfers',
to: '/debug/wallets/transfers/fetch',
},
{
title: 'GET /transfers/{id}',
to: '/debug/wallets/transfers/details',
},
]
checkoutSessionsLinks = [
{
title: 'POST /checkoutSessions',
Expand Down

0 comments on commit cde4a88

Please sign in to comment.