mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 15:47:02 +02:00
Replaced the rest of metaverse addresses
This commit is contained in:
parent
c6f1e6410e
commit
1ab6f171fe
2 changed files with 2 additions and 2 deletions
|
@ -354,7 +354,7 @@
|
||||||
// if metaverse data not loaded fire a request for it
|
// if metaverse data not loaded fire a request for it
|
||||||
if (placesData == null) {
|
if (placesData == null) {
|
||||||
// fire off data get against the metaverse
|
// 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) => {
|
.then((response) => {
|
||||||
placesData = response.data.data.places;
|
placesData = response.data.data.places;
|
||||||
exploreComponent.updateData(blendedData());
|
exploreComponent.updateData(blendedData());
|
||||||
|
|
|
@ -279,6 +279,6 @@
|
||||||
"toolbar/com.highfidelity.interface.toolbar.system/x": 655,
|
"toolbar/com.highfidelity.interface.toolbar.system/x": 655,
|
||||||
"toolbar/com.highfidelity.interface.toolbar.system/y": 953,
|
"toolbar/com.highfidelity.interface.toolbar.system/y": 953,
|
||||||
"toolbar/constrainToolbarToCenterX": true,
|
"toolbar/constrainToolbarToCenterX": true,
|
||||||
"private/selectedMetaverseURL": "https://metaverse.vircadia.com/live",
|
"private/selectedMetaverseURL": "https://overte.org/mvs",
|
||||||
"wallet/autoLogout": true
|
"wallet/autoLogout": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue