mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 21:23:18 +02:00
Move octree server data directory to /web
This commit is contained in:
parent
58344416fd
commit
37cfac404e
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ OctreeServer::~OctreeServer() {
|
|||
void OctreeServer::initHTTPManager(int port) {
|
||||
// setup the embedded web server
|
||||
|
||||
QString documentRoot = QString("%1/resources/web").arg(ServerPathUtils::getDataDirectory());
|
||||
QString documentRoot = QString("%1/web").arg(ServerPathUtils::getDataDirectory());
|
||||
|
||||
// setup an httpManager with us as the request handler and the parent
|
||||
_httpManager = new HTTPManager(QHostAddress::AnyIPv4, port, documentRoot, this, this);
|
||||
|
|
Loading…
Reference in a new issue