Explorar el Código

Update router endpoint comment

jnfrati hace 4 años
padre
commit
5793037d61
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,