Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
xiaoxiaoqiong
2022-06-20 15:38:48 +08:00
20 changed files with 1152 additions and 59 deletions

View File

@@ -604,6 +604,14 @@ Rails.application.routes.draw do
post :cancel
end
end
resources :project_invite_links, only: [:index] do
collection do
get :current_link
post :generate_link
get :show_link
post :redirect_link
end
end
resources :webhooks, except: [:show, :new] do
member do
get :tasks