Przeglądaj źródła

Update router endpoint comment

jnfrati 4 lat temu
rodzic
commit
5793037d61
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      api/server/router/release.go

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

@@ -815,7 +815,7 @@ func getReleaseRoutes(
 		Router:   r,
 	})
 
-	// PATCH /api/projects/{project_id}/clusters/{cluster_id}/namespaces/{namespace}/releases/{name}/buildconfig -> release.NewUpdateBuildConfigHandler
+	// PATCH /api/projects/{project_id}/clusters/{cluster_id}/namespaces/{namespace}/releases/{name}/git_action_config -> release.NewUpdateGitActionConfigHandler
 	updateGitActionConfigEndpoint := factory.NewAPIEndpoint(
 		&types.APIRequestMetadata{
 			Verb:   types.APIVerbUpdate,