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({
|
const ret = await this.executeRequest({
|
||||||
...opts,
|
...opts,
|
||||||
endpointPath: opts.endpointGetEntry,
|
endpointPath: opts.endpointGetEntry,
|
||||||
method: "post",
|
method: "get",
|
||||||
data: {
|
data: {
|
||||||
pk: base64urlEncode(publicKey),
|
pk: base64urlEncode(publicKey),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue