From 993f9ff4834301767891527296008c873726db9e Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:51:07 -0600 Subject: [PATCH] Update derive-public-key.post.ts --- server/routes/auth/derive-public-key.post.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/routes/auth/derive-public-key.post.ts b/server/routes/auth/derive-public-key.post.ts index ed735b3..709aa02 100644 --- a/server/routes/auth/derive-public-key.post.ts +++ b/server/routes/auth/derive-public-key.post.ts @@ -44,3 +44,6 @@ export default defineEventHandler(async (event) => { }); +// curl -X POST http://localhost:3000/auth/derive-public-key \ +// -H 'Content-Type: application/json' \ +// -d '{"mnemonic":"right inject hazard canoe carry unfair cram physical chief nice real tribute"}' \ No newline at end of file