udp
This commit is contained in:
@ -286,7 +286,10 @@ class SAPAccountAdapter extends Adapter {
|
|||||||
const options = {
|
const options = {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
url: sapUrl,
|
url: sapUrl,
|
||||||
timeout: 10000, // ⏱️ 10 detik
|
timeout: 10000, // 10 detik
|
||||||
|
headers: {
|
||||||
|
"x-api-key": process.env.SAP_API_KEY,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 3️⃣ Call SAP API */
|
/* 3️⃣ Call SAP API */
|
||||||
|
|||||||
Reference in New Issue
Block a user