From fe1d807097f424b18099384cd9c3695631e9dd1d Mon Sep 17 00:00:00 2001 From: Kalila <69767640+digisomni@users.noreply.github.com> Date: Sat, 2 Oct 2021 15:01:13 -0400 Subject: [PATCH] Update DomainServer.cpp --- domain-server/src/DomainServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain-server/src/DomainServer.cpp b/domain-server/src/DomainServer.cpp index 2d5aa690f3..a21505a49a 100644 --- a/domain-server/src/DomainServer.cpp +++ b/domain-server/src/DomainServer.cpp @@ -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.