更新:client调用以及gitea_client日志文件设置

This commit is contained in:
2023-01-31 10:55:55 +08:00
parent ad9c5fe0fb
commit 718457888d
15 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -45,6 +45,6 @@ class Api::V1::Projects::GetService < ApplicationService
end
def load_gitea_branch_tag_count
@gitea_branch_tag_count = $gitea_client.get_repos_branch_tag_count_by_owner_repo(owner, repo, {query: request_params}) rescue nil
@gitea_branch_tag_count = $gitea_hat_client.get_repos_branch_tag_count_by_owner_repo(owner, repo, {query: request_params}) rescue nil
end
end