From dc470bf74b274adf6cb97ae3c2671391ef3baa13 Mon Sep 17 00:00:00 2001 From: rassadin11 Date: Thu, 14 May 2026 22:43:31 +0300 Subject: [PATCH] 14.05.2026 rip --- src/features/wallet/api/walletApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {