AjayTripathy пре 6 година
родитељ
комит
199f9a938e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -549,7 +549,7 @@ func main() {
 	router.GET("/validatePrometheus", a.GetPrometheusMetadata)
 	router.GET("/managementPlatform", a.ManagementPlatform)
 	router.GET("/clusterInfo", a.ClusterInfo)
-	router.GET("/podUptimes", a.PodUptimes)
+	router.GET("/containerUptimes", a.containerUptimes)
 
 	rootMux := http.NewServeMux()
 	rootMux.Handle("/", router)