fix the url 🤦

This commit is contained in:
Jorge Sanz 2023-09-25 17:41:00 +02:00
parent 9ba7911c43
commit 12481c6ada
No known key found for this signature in database
GPG key ID: BCC9227EF5907BA8

View file

@ -29,7 +29,7 @@ export function createEMSClient(
language: i18n.getLocale(), language: i18n.getLocale(),
appVersion: kbnVersion, appVersion: kbnVersion,
appName: EMS_APP_NAME, appName: EMS_APP_NAME,
tileApiUrl: 'https://tiles.elastic.dev', tileApiUrl: 'https://tiles.maps.elastic.dev',
fileApiUrl: emsSettings!.getEMSFileApiUrl(), fileApiUrl: emsSettings!.getEMSFileApiUrl(),
landingPageUrl, landingPageUrl,
fetchFunction(url: string) { fetchFunction(url: string) {