ham-fisted, manually wired... but working (#967)

This commit is contained in:
Michael Quigley
2025-05-30 12:59:10 -04:00
parent 2cecf14143
commit a7899b3a98
11 changed files with 77 additions and 2 deletions

View File

@ -65,6 +65,7 @@ func Run(inCfg *config.Config) error {
api.AdminListOrganizationsHandler = newListOrganizationsHandler()
api.AdminRemoveOrganizationMemberHandler = newRemoveOrganizationMemberHandler()
api.AdminUpdateFrontendHandler = newUpdateFrontendHandler()
api.AgentAgentStatusHandler = newAgentStatusHandler(cfg)
api.EnvironmentEnableHandler = newEnableHandler()
api.EnvironmentDisableHandler = newDisableHandler()
api.MetadataConfigurationHandler = newConfigurationHandler(cfg)