mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
ADD mirror_url to simpe project api
This commit is contained in:
@@ -35,7 +35,8 @@ module ProjectsHelper
|
||||
tmp_json = tmp_json.merge({
|
||||
mirror_status: repo.mirror_status,
|
||||
mirror_num: repo.mirror_num,
|
||||
first_sync: repo.first_sync?
|
||||
mirror_url: repo.mirror_url,
|
||||
first_sync: repo.first_sync?,
|
||||
})
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user