瀏覽代碼

update comment

Stefan McShane 3 年之前
父節點
當前提交
579f96d11b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/server/router/cluster.go

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

@@ -1046,7 +1046,7 @@ func getClusterRoutes(
 		Router:   r,
 		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(
 	clusterStatusEndpoint := factory.NewAPIEndpoint(
 		&types.APIRequestMetadata{
 		&types.APIRequestMetadata{
 			Verb:   types.APIVerbGet,
 			Verb:   types.APIVerbGet,