测试commits
This commit is contained in:
parent
9498c438cd
commit
482888bcb9
|
@ -39,6 +39,8 @@ class RepositoriesController < ApplicationController
|
|||
|
||||
def commits
|
||||
@hash_commit = Gitea::Repository::Commits::ListService.new(@project.owner, @project.identifier, sha: params[:sha], page: params[:page]).call
|
||||
Rails.logger.info("######__________________#####{@hash_commit}")
|
||||
@hash_commit
|
||||
end
|
||||
|
||||
def single_commit
|
||||
|
|
Loading…
Reference in New Issue