|
|
@ -86,7 +86,7 @@ Rails.application.routes.draw do
|
|
|
|
put :change_role
|
|
|
|
put :change_role
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
resources :forks, only: [:create]
|
|
|
|
collection do
|
|
|
|
collection do
|
|
|
|
post :migrate
|
|
|
|
post :migrate
|
|
|
|
get :group_type_list
|
|
|
|
get :group_type_list
|
|
|
@ -95,7 +95,6 @@ Rails.application.routes.draw do
|
|
|
|
member do
|
|
|
|
member do
|
|
|
|
get :branches
|
|
|
|
get :branches
|
|
|
|
post :watch
|
|
|
|
post :watch
|
|
|
|
get :fork
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|