添加列表路由

This commit is contained in:
sylor_huang@126.com 2020-05-15 17:16:32 +08:00
parent 46c929a394
commit fc9e7e7bac
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ Rails.application.routes.draw do
member do
get :branches
post :watch
get :watch_users
get :parise_users
get :fork_users
end
end