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