mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 21:36:59 +02:00
put back the correct metaverse API url in NetworkingConstants
This commit is contained in:
parent
fb09efc0c9
commit
6f6221840e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <QtCore/QUrl>
|
||||
|
||||
namespace NetworkingConstants {
|
||||
const QUrl METAVERSE_SERVER_URL = QUrl("http://localhost:3000");
|
||||
const QUrl METAVERSE_SERVER_URL = QUrl("https://metaverse.highfidelity.com");
|
||||
}
|
||||
|
||||
#endif // hifi_NetworkingConstants_h
|
||||
|
|
Loading…
Reference in a new issue