Merge pull request '调整返回给前端的sonar_url' (#222) from gua2048/forgeplus:mulanoss_server into mulanoss_server

This commit is contained in:
jasder 2021-10-23 21:55:14 +08:00
commit c860e7bc43
2 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,6 @@ module ProjectsHelper
tmp_json = tmp_json.merge({
identifier: render_identifier(project),
name: project.name,
sonar_url: project.sonar_url,
platform: project.platform,
id: project.id,
repo_id: repo.id,

View File

@ -1,6 +1,7 @@
json.content @project.content
json.website @project.website
json.lesson_url @project.lesson_url
json.sonar_url @project.sonar_url
json.identifier render_identifier(@project)
json.invite_code @project.invite_code
json.name @project.name