mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX projects routes for show action bug
This commit is contained in:
@@ -237,7 +237,7 @@ Rails.application.routes.draw do
|
||||
)
|
||||
end
|
||||
|
||||
resource :projects, path: '/' do
|
||||
resource :projects, path: '/', except: [:show] do
|
||||
member do
|
||||
get :branches
|
||||
get :simple
|
||||
|
||||
Reference in New Issue
Block a user