mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
repo detail 接口返回license_id
This commit is contained in:
@@ -66,6 +66,7 @@ else
|
||||
json.private !@project.is_public
|
||||
end
|
||||
json.license_name @project.license_name
|
||||
json.license_id @project.license_id
|
||||
json.branches_count @result[:branch_tag_total_count].present? ? (@result[:branch_tag_total_count]['branch_count'] || 0) : 0
|
||||
json.tags_count @result[:branch_tag_total_count].present? ? (@result[:branch_tag_total_count]['tag_count'] || 0) : 0
|
||||
# json.contributors do
|
||||
|
||||
Reference in New Issue
Block a user