diff --git a/src/features/wallet/api/walletApi.ts b/src/features/wallet/api/walletApi.ts index ae9015e..c008311 100644 --- a/src/features/wallet/api/walletApi.ts +++ b/src/features/wallet/api/walletApi.ts @@ -194,7 +194,7 @@ export async function getRelayQuote(payload: RelayQuotePayload): Promise { - await walletPost('/wallets/create', {}) + await walletPost('/api/wallets/create', {}) } export async function revealMnemonic(): Promise {