fix: remove host from request

This commit is contained in:
Abdalhamid Alhamad
2025-07-07 16:34:45 +03:00
parent 2770cf8774
commit 3b3f8c0104

View File

@ -153,7 +153,6 @@ export class NeoLeapService {
headers: {
'Content-Type': 'application/json',
Authorization: `${this.apiKey}`,
Host: 'apigw-uat.neoleap.com.sa',
},
});