call-control-sdk 6.5.5-uat.6 → 6.5.5-uat.7
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -648,7 +648,7 @@ var axios_default = axiosInstance;
|
|
|
648
648
|
var import_vault2 = require("@react-solutions/vault");
|
|
649
649
|
|
|
650
650
|
// call-control-sdk/lib/services/usbLight.ts
|
|
651
|
-
var USB_LIGHT_BASE_URL =
|
|
651
|
+
var USB_LIGHT_BASE_URL = `http://localhost:5000`;
|
|
652
652
|
var USB_LIGHT_ON = (color) => {
|
|
653
653
|
return `${USB_LIGHT_BASE_URL}/light/${color}/on`;
|
|
654
654
|
};
|