mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:00:44 +02:00
Fix UNIX warning
This commit is contained in:
parent
3616ef7c49
commit
b0d838cb9b
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ bool DomainServer::forwardMetaverseAPIRequest(HTTPConnection* connection,
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char* CONTENT_TYPE_JSON { "application/json" };
|
|
||||||
connection->respond(HTTPConnection::StatusCode200, reply->readAll());
|
connection->respond(HTTPConnection::StatusCode200, reply->readAll());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue