add en-GB - need to make this dynamic
This commit is contained in:
parent
7408c8c518
commit
92f10d06e2
@ -132,7 +132,7 @@ export async function getKMContent(
|
|||||||
"Accept": "application/ld+json",
|
"Accept": "application/ld+json",
|
||||||
};
|
};
|
||||||
// TO-DO do something about lang parameter
|
// TO-DO do something about lang parameter
|
||||||
const url = `${channelAutomationAPI.host}/km-content-service/${channelAutomationAPI.tenant}/content/vkm:AuthoredContent/${contentID}`;
|
const url = `${channelAutomationAPI.host}/km-content-service/${channelAutomationAPI.tenant}/content/vkm:AuthoredContent/${contentID}/en-GB`;
|
||||||
|
|
||||||
return await axios
|
return await axios
|
||||||
.get(url, { headers })
|
.get(url, { headers })
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user