TUN-8727: extend client to include function to get cli configuration and tunnel configuration

This commit is contained in:
lneto
2024-12-03 09:14:59 +00:00
parent 60fe4a0800
commit 451f98e1d1
3 changed files with 29 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ func NewDiagnosticHandler(
}
func (handler *Handler) InstallEndpoints(router *http.ServeMux) {
router.HandleFunc(configurationEndpoint, handler.ConfigurationHandler)
router.HandleFunc(cliConfigurationEndpoint, handler.ConfigurationHandler)
router.HandleFunc(tunnelStateEndpoint, handler.TunnelStateHandler)
router.HandleFunc(systemInformationEndpoint, handler.SystemHandler)
}