X-CodePush-SDK-Version

This commit is contained in:
Geoffrey Goh
2016-01-27 00:26:46 -08:00
parent 35539d15b4
commit eb44af2497

View File

@@ -8,7 +8,7 @@ module.exports = {
const headers = {
"Accept": "application/json",
"Content-Type": "application/json",
"X-SDK-Version": getSDKVersion()
"X-CodePush-SDK-Version": getSDKVersion()
};
if (requestBody && typeof requestBody === "object") {