Răsfoiți Sursa

more accurate name

AjayTripathy 6 ani în urmă
părinte
comite
199f9a938e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)