Update DomainServer.cpp

This commit is contained in:
Kalila 2021-10-02 15:01:13 -04:00 committed by GitHub
parent dda2b8ae3a
commit fe1d807097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ bool DomainServer::_getTempName { false };
QString DomainServer::_userConfigFilename;
int DomainServer::_parentPID { -1 };
/// @brief Route a request to the Metaverse server.
/// @brief The Domain server can proxy requests to the Metaverse server, this function handles those forwarding requests.
/// @param connection The HTTP connection object.
/// @param requestUrl The full URL of the request. e.g. https://google.com/api/v1/test
/// @param metaversePath The path on the Metaverse server to route to.