修复: gitea module命名重复问题

This commit is contained in:
2022-06-23 11:33:11 +08:00
parent d7dd3901b8
commit d14bf35ca1
14 changed files with 25 additions and 25 deletions

View File

@@ -30,7 +30,7 @@ module ProjectsHelper
end
def gitea_domain
Gitea.gitea_config[:domain]
GiteaService.gitea_config[:domain]
end
def find_user_by_login_or_mail(identifier)