fix agentdownload on agentonly port #3282

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-08-30 13:17:14 +01:00
parent b4323223cc
commit 4e37455471

View File

@ -6941,6 +6941,9 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
// Setup agent downloads for meshcore updates
obj.agentapp.get(url + 'meshagents', obj.handleMeshAgentRequest);
// Setup agent file downloads
obj.agentapp.get(url + 'agentdownload.ashx', handleAgentDownloadFile);
}
// Setup web relay on this web server if needed