mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-09 21:52:11 +02:00
fix spacing
This commit is contained in:
parent
c34cd996df
commit
0ac8c178db
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
namespace {
|
||||
|
||||
bool isAuthableHighFidelityURL(const QUrl& url) {
|
||||
auto metaverseServerURL = MetaverseAPI::getCurrentMetaverseServerURL();
|
||||
auto metaverseServerURL = MetaverseAPI::getCurrentMetaverseServerURL();
|
||||
static const QStringList HF_HOSTS = {
|
||||
"highfidelity.com", "highfidelity.io",
|
||||
metaverseServerURL.toString(), "metaverse.highfidelity.io"
|
||||
|
|
Loading…
Reference in a new issue