mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 19:55:56 +08:00
新增: 创建分支接口
This commit is contained in:
3
app/views/api/v1/projects/branches/all.json.jbuilder
Normal file
3
app/views/api/v1/projects/branches/all.json.jbuilder
Normal file
@@ -0,0 +1,3 @@
|
||||
json.array! @result_object["branch_name"] do |branch|
|
||||
json.partial! "api/v1/projects/branches/simple_detail", branch: branch
|
||||
end
|
||||
Reference in New Issue
Block a user