mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 19:11:15 +02:00
Copy Pasta
This commit is contained in:
parent
a63171fb94
commit
9888f5feda
1 changed files with 0 additions and 3 deletions
|
@ -2167,9 +2167,6 @@ bool DomainServer::handleHTTPRequest(HTTPConnection* connection, const QUrl& url
|
||||||
restart();
|
restart();
|
||||||
return true;
|
return true;
|
||||||
} else if (url.path() == URI_API_METAVERSE_INFO) {
|
} else if (url.path() == URI_API_METAVERSE_INFO) {
|
||||||
auto id = url.path().mid(QString(URI_API_BACKUPS_ID).length());
|
|
||||||
auto info = _contentManager->consolidateBackup(id);
|
|
||||||
|
|
||||||
QJsonObject rootJSON {
|
QJsonObject rootJSON {
|
||||||
{ "metaverse_url", NetworkingConstants::METAVERSE_SERVER_URL().toString() }
|
{ "metaverse_url", NetworkingConstants::METAVERSE_SERVER_URL().toString() }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue