FIX repository edit routes bug

This commit is contained in:
Jasder 2020-08-13 16:06:07 +08:00
parent 7a2b496d95
commit 622e551271
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ Rails.application.routes.draw do
) )
end end
resource :projects, path: '/', except: [:show] do resource :projects, path: '/', except: [:show, :edit] do
member do member do
get :branches get :branches
get :simple get :simple