新增: 创建分支接口

This commit is contained in:
2022-07-15 14:02:48 +08:00
parent 4ed3a9d478
commit 24d83133e7
13 changed files with 213 additions and 37 deletions

View File

@@ -0,0 +1,3 @@
json.array! @result_object["branch_name"] do |branch|
json.partial! "api/v1/projects/branches/simple_detail", branch: branch
end