From 1ab6f171fecd6bb168d86bfab326f784fc36ce64 Mon Sep 17 00:00:00 2001 From: ksuprynowicz Date: Thu, 10 Feb 2022 16:41:05 +0100 Subject: [PATCH] Replaced the rest of metaverse addresses --- scripts/communityScripts/explore/explore.html | 2 +- tools/nitpick/AppDataHighFidelity/Interface.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/communityScripts/explore/explore.html b/scripts/communityScripts/explore/explore.html index b2a86f545b..9c48960d45 100644 --- a/scripts/communityScripts/explore/explore.html +++ b/scripts/communityScripts/explore/explore.html @@ -354,7 +354,7 @@ // if metaverse data not loaded fire a request for it if (placesData == null) { // fire off data get against the metaverse - axios.get("https://metaverse.vircadia.com/live/api/v1/places") + axios.get("https://overte.org/mvs/api/v1/places") .then((response) => { placesData = response.data.data.places; exploreComponent.updateData(blendedData()); diff --git a/tools/nitpick/AppDataHighFidelity/Interface.json b/tools/nitpick/AppDataHighFidelity/Interface.json index 9f39295610..31be486f37 100644 --- a/tools/nitpick/AppDataHighFidelity/Interface.json +++ b/tools/nitpick/AppDataHighFidelity/Interface.json @@ -279,6 +279,6 @@ "toolbar/com.highfidelity.interface.toolbar.system/x": 655, "toolbar/com.highfidelity.interface.toolbar.system/y": 953, "toolbar/constrainToolbarToCenterX": true, - "private/selectedMetaverseURL": "https://metaverse.vircadia.com/live", + "private/selectedMetaverseURL": "https://overte.org/mvs", "wallet/autoLogout": true }