From c05fa1eaa5c3d1ba57b6327de78c709a322874da Mon Sep 17 00:00:00 2001 From: rassadin11 Date: Thu, 14 May 2026 22:47:56 +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 c008311..293a937 100644 --- a/src/features/wallet/api/walletApi.ts +++ b/src/features/wallet/api/walletApi.ts @@ -198,6 +198,6 @@ export async function createWallet(): Promise { } export async function revealMnemonic(): Promise { - const res = await walletPost<{ success: boolean; data: { mnemonic: string } }>('/wallets/mnemonic/reveal', {}) + const res = await walletPost<{ success: boolean; data: { mnemonic: string } }>('/api/wallets/mnemonic/reveal', {}) return res.data.mnemonic }