sysone-api-mapper 1.0.88 → 1.0.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -718,7 +718,9 @@ const requestModule = {
|
|
|
718
718
|
method: methods.GET,
|
|
719
719
|
requestMapper: (request) => ({
|
|
720
720
|
mappedParams: request,
|
|
721
|
-
|
|
721
|
+
headers: {
|
|
722
|
+
'Accept': 'application/json',
|
|
723
|
+
}
|
|
722
724
|
}),
|
|
723
725
|
responseMapper: (response) => response
|
|
724
726
|
}
|