添加列表路由
This commit is contained in:
parent
46c929a394
commit
fc9e7e7bac
|
@ -104,6 +104,9 @@ Rails.application.routes.draw do
|
||||||
member do
|
member do
|
||||||
get :branches
|
get :branches
|
||||||
post :watch
|
post :watch
|
||||||
|
get :watch_users
|
||||||
|
get :parise_users
|
||||||
|
get :fork_users
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue