Skip to content

Commit

Permalink
[Improvement][admin] Change Chinese comments to English comments (#4038)
Browse files Browse the repository at this point in the history
Co-authored-by: Suger <[email protected]>
  • Loading branch information
suger-bl and Suger authored Dec 11, 2024
1 parent 4a2dfde commit 7ef6251
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ public Result<String> createOrUpdateTaskDefinition(@RequestBody DinkyTaskRequest
}

/**
* 获取任务组
* Get task group
* @param projectCode
* @return
* @return Result object containing a list of task groups
*/
@GetMapping(value = "/task/groups")
public Result<List<TaskGroup>> getTaskGroups(@RequestParam("projectCode") Long projectCode) {
Expand Down

0 comments on commit 7ef6251

Please sign in to comment.