mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-20 01:50:22 -05:00
fix agentdownload on agentonly port #3282
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user