fix: passtrough into pak vegacloud internal routing

This commit is contained in:
2025-12-08 19:32:32 +07:00
parent e81c6bdddc
commit 3dee9b7a4d
5 changed files with 63 additions and 38 deletions
-1
View File
@@ -94,7 +94,6 @@ export const apiKeyAuthMacro = new Elysia().macro({
if (!enabled) {
return
}
const apiKey = headers['x-api-key']
const nonce = headers['x-nonce']
const signature = headers['x-signature']