diff --git a/src/interfaces/call-api.ts b/src/interfaces/call-api.ts index d6498fab..962cd5a0 100644 --- a/src/interfaces/call-api.ts +++ b/src/interfaces/call-api.ts @@ -23,6 +23,7 @@ class CallAPI { headers: { Authorization: `${token}`, "Content-Type": "application/json", + "api_key": process.env.API_KEY }, }); return response.data.result; @@ -39,6 +40,7 @@ class CallAPI { headers: { Authorization: `${token}`, "Content-Type": "application/json", + "api_key": process.env.API_KEY }, }); return response.data.result;