diff --git a/src/services/api.ts b/src/services/api.ts index 8b9b163..649ecf5 100644 --- a/src/services/api.ts +++ b/src/services/api.ts @@ -11,7 +11,7 @@ export const apiService = { 'Content-Type': 'application/json', }, body: JSON.stringify({ - identifier: pubkey, + npub: pubkey, }), }); @@ -48,7 +48,7 @@ export const apiService = { 'X-Api-Key': apiKey, }, body: JSON.stringify({ - identifier: pubkey, + npub: pubkey, }), });