modify function join

This commit is contained in:
nigel007 2019-06-07 13:03:01 +08:00
parent cc0fc188c2
commit d57561f116
1 changed files with 1 additions and 1 deletions
app/api/mobile/apis

View File

@ -61,7 +61,7 @@ module Mobile
# 根据repo_git_url找到repository对应的项目
rs = RepositoriesService.new
rs.findProjectByRepoUrl(repo_url)
rs.findProjectByRepoUrl(params[:repo_url])
# owner = User.find_by_login(params[:ownername])
# if owner
# project = Project.find_by_user_id_name(owner.id, params[:reponame])