后端部分修改

This commit is contained in:
sylor_huang@126.com 2020-03-23 17:31:32 +08:00
parent 95a4c6f703
commit 830e0194c2
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class RepositoriesController < ApplicationController
def find_project
@project = Project.find params[:id]
# render_not_found("未找到相关的仓库") unless @project
render_not_found("未找到相关的仓库") unless @project
end
def authorizate!