stormcloud-video-player 0.1.0 → 0.1.1
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/package.json
CHANGED
|
@@ -723,8 +723,7 @@ export class StormcloudVideoPlayer {
|
|
|
723
723
|
}
|
|
724
724
|
|
|
725
725
|
private async fetchAdConfiguration(): Promise<void> {
|
|
726
|
-
const apiUrl =
|
|
727
|
-
"https://stormcloud.co/api-stormcloud-dev/stormcloud/ads/web";
|
|
726
|
+
const apiUrl = "https://adstorm.co/api-adstorm-dev/adstorm/ads/web";
|
|
728
727
|
|
|
729
728
|
if (this.config.debugAdTiming) {
|
|
730
729
|
console.log(
|