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