14.05.2026 rip

This commit is contained in:
2026-05-14 22:47:56 +03:00
parent dc470bf74b
commit c05fa1eaa5

View File

@@ -198,6 +198,6 @@ export async function createWallet(): Promise<void> {
}
export async function revealMnemonic(): Promise<string> {
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
}