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