Skip to content

Commit 2f77cb8

Browse files
s-skorobohatkos-skorobohatko
andauthored
add routing (#2)
Co-authored-by: s-skorobohatko <[email protected]>
1 parent 229993d commit 2f77cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ func initRouting() {
124124
//http.HandleFunc("/static/ansible.tar.bz2", osReleaseHandler.HandleAnsible)
125125
http.HandleFunc("/os-release", osReleaseHandler.HandleOsRelease)
126126
http.HandleFunc("/package-version", PackageHandler.HandlePackage)
127+
http.HandleFunc("/helm-cluster", kubeClusterHandler.HandleKubernetesCluster)
127128
http.HandleFunc("/healthcheck", func(w http.ResponseWriter, r *http.Request) {
128129
w.WriteHeader(http.StatusOK)
129130
w.Write([]byte("OK"))

0 commit comments

Comments
 (0)