Browse Source

ADD mirror_url to simpe project api

tags/v1.0.0
Jasder 6 years ago
parent
commit
c6f4d7157f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/helpers/projects_helper.rb

+ 2
- 1
app/helpers/projects_helper.rb View File

@@ -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



Loading…
Cancel
Save