diff --git a/src/keys/providers/utils.ts b/src/keys/providers/utils.ts index fb98f9e..6b25213 100644 --- a/src/keys/providers/utils.ts +++ b/src/keys/providers/utils.ts @@ -45,7 +45,7 @@ export async function proxyGetOp( ): Promise { let httpRes: KyResponse try { - httpRes = await proxyRequest(url, 'index', search, data) + httpRes = await proxyRequest(url, 'get', search, data) if (httpRes.status !== 200) { return 404 }