1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-02-12 11:01:52 +00:00

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 // Setup agent downloads for meshcore updates
obj.agentapp.get(url + 'meshagents', obj.handleMeshAgentRequest); 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 // Setup web relay on this web server if needed