mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -136,7 +136,12 @@ Rails.application.routes.draw do
|
||||
delete :quit
|
||||
end
|
||||
end
|
||||
resources :team_projects, only: [:index, :create, :destroy] do ;end
|
||||
resources :team_projects, only: [:index, :create, :destroy] do
|
||||
collection do
|
||||
post :create_all
|
||||
delete :destroy_all
|
||||
end
|
||||
end
|
||||
end
|
||||
resources :projects, only: [:index] do
|
||||
collection do
|
||||
|
||||
Reference in New Issue
Block a user