save
This commit is contained in:
parent
af8f899b66
commit
cc638dd508
|
@ -369,8 +369,8 @@ Rails.application.routes.draw do
|
|||
patch '/sections' => 'projects#sections'
|
||||
delete '/remove_user' => 'projects#remove_user', as: :remove_user_project
|
||||
# constraints treeish: /[\w\-\.]+(\/[\w\-\.]+)?/ do
|
||||
constraints project_name: /.+/ do
|
||||
get '/' => 'project#project_page'
|
||||
constraints treeish: /.+/ do
|
||||
get '/' => 'projects#project_page'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue