FIX projects routes for show action bug

This commit is contained in:
Jasder 2020-08-12 22:41:48 +08:00
parent 193ba325ce
commit 3becb4eabc
1 changed files with 1 additions and 1 deletions

View File

@ -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