Skip to content

Commit

Permalink
Merge pull request #102 from skant7/main
Browse files Browse the repository at this point in the history
fix listcluster handler
  • Loading branch information
skant7 authored Mar 25, 2022
2 parents 8788b9c + fecb7b9 commit 54a63fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func apiHandler() http.Handler {
mux.HandleFunc("/jwtdecode", api.JWTDecode)
mux.HandleFunc("/streamlogs", api.StreamLogs)
mux.HandleFunc("/listcluster", ch.ListCluster)
mux.HandleFunc("/cluster", api.GetCluster)
mux.HandleFunc("/cluster", ch.GetCluster)
mux.HandleFunc("/metrics", mh.ServeHTTP)
mux.HandleFunc("/createbackup", backup.CreateBackup)
mux.HandleFunc("/altauth", api.AltAuth)
Expand Down

0 comments on commit 54a63fb

Please sign in to comment.