Răsfoiți Sursa

update comment

Stefan McShane 3 ani în urmă
părinte
comite
579f96d11b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      api/server/router/cluster.go

+ 1 - 1
api/server/router/cluster.go

@@ -1046,7 +1046,7 @@ func getClusterRoutes(
 		Router:   r,
 	})
 
-	// GET /api/projects/{project_id}/clusters/{cluster_id}//status -> cluster.NewClusterStatusHandler
+	// GET /api/projects/{project_id}/clusters/{cluster_id}/status -> cluster.NewClusterStatusHandler
 	clusterStatusEndpoint := factory.NewAPIEndpoint(
 		&types.APIRequestMetadata{
 			Verb:   types.APIVerbGet,