mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +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;
|
||||
}
|
||||
|
||||
static const char* CONTENT_TYPE_JSON { "application/json" };
|
||||
connection->respond(HTTPConnection::StatusCode200, reply->readAll());
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue