put back the correct metaverse API url in NetworkingConstants

This commit is contained in:
Stephen Birarda 2016-05-06 13:26:23 -07:00
parent fb09efc0c9
commit 6f6221840e

View file

@ -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