This commit is contained in:
Bright 2024-08-15 13:18:21 +07:00
parent 5a25772daa
commit 7ae63e60db

View file

@ -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;