Skip to content

Commit

Permalink
eds-400 updated backend path
Browse files Browse the repository at this point in the history
  • Loading branch information
KostiantynFandeliuk committed Sep 18, 2024
1 parent de27551 commit 21ff572
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@ export const getConfigValue = async (configParam, environment) => {
const configJSON = await getConfigForEnvironment(env);
const configElements = JSON.parse(configJSON).data;

if (configParam === "commerce-core-endpoint") {
return "https://mcstaging.aemshop.net/graphql";
}

return configElements.find((c) => c.key === configParam)?.value;
};

Expand Down

0 comments on commit 21ff572

Please sign in to comment.