Browse Source

FIX entries api bug

tags/v1.0.0
Jasder 5 years ago
parent
commit
0a9fbfd101
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/repositories/_commit.json.jbuilder

+ 1
- 1
app/views/repositories/_commit.json.jbuilder View File

@@ -1,6 +1,6 @@
json.commit do
json.sha commit['sha']
json.url EduSetting.get('host_name') + commit_repository_path(project.repository, commit['sha'])
# json.url EduSetting.get('host_name') + commit_repository_path(project.repository, commit['sha'])
json.message commit['commit']['message']
json.author commit['commit']['author']
json.committer commit['commit']['committer']


Loading…
Cancel
Save