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:
parent
b4323223cc
commit
4e37455471
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue