/agent/unaccess handler (#967)

This commit is contained in:
Michael Quigley
2025-06-02 17:04:38 -04:00
parent 6cd7258fad
commit 94f11b16dd
2 changed files with 56 additions and 0 deletions

View File

@ -71,6 +71,7 @@ func Run(inCfg *config.Config) error {
api.AgentRemoteAccessHandler = newAgentRemoteAccessHandler()
api.AgentRemoteShareHandler = newAgentRemoteShareHandler()
api.AgentRemoteStatusHandler = newAgentRemoteStatusHandler()
api.AgentRemoteUnaccessHandler = newAgentRemoteUnaccessHandler()
api.AgentRemoteUnshareHandler = newAgentRemoteUnshareHandler()
api.AgentUnenrollHandler = newAgentUnenrollHandler()
}