diff --git a/src/helpers/index.ts b/src/helpers/index.ts index 43c931f..66178e4 100644 --- a/src/helpers/index.ts +++ b/src/helpers/index.ts @@ -132,7 +132,7 @@ export async function getKMContent( "Accept": "application/ld+json", }; // 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 .get(url, { headers })