@maestro_io/maestro-web-sdk 5.1.0 → 5.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.
|
@@ -4,6 +4,7 @@ import { captureException } from '@/sentry';
|
|
|
4
4
|
import NetworkManager from '../NetworkManager/NetworkManager';
|
|
5
5
|
const SITE_ID_STATIC_BASE_URL_MAP = {
|
|
6
6
|
'664b9c57d59a7a431542d814': 'https://static-prod.us-central1-espn-prod.gcp.maestro.io',
|
|
7
|
+
'6930c214fcb9633b5484de81': 'https://static-prod.us-central1-espn-prod.gcp.maestro.io',
|
|
7
8
|
};
|
|
8
9
|
export default class StaticService {
|
|
9
10
|
constructor(siteId) {
|