sales-frontend-utils 0.0.35 → 0.0.36

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/dist/index.js CHANGED
@@ -121,7 +121,7 @@ var getServicePath = () => {
121
121
  if (typeof window.isStorybookEnv === "boolean") {
122
122
  return "";
123
123
  } else {
124
- return getBusinessWorkDivisionCode();
124
+ return `/${getBusinessWorkDivisionCode()}`;
125
125
  }
126
126
  };
127
127
  var getApiHostNameFromEnvironment = (currentHostname, forceApiHostName) => {