fix: use get not post
This commit is contained in:
parent
68f9c91c62
commit
e24d352d4e
|
@ -184,7 +184,7 @@ export async function getEntry(
|
|||
const ret = await this.executeRequest({
|
||||
...opts,
|
||||
endpointPath: opts.endpointGetEntry,
|
||||
method: "post",
|
||||
method: "get",
|
||||
data: {
|
||||
pk: base64urlEncode(publicKey),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue