Преглед на файлове

Update router endpoint comment

jnfrati преди 3 години
родител
ревизия
5793037d61
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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,