mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
后端部分修改
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user