新增:邀请用户链接生成

This commit is contained in:
2022-06-15 18:07:23 +08:00
parent 42d2b51f7f
commit c42f3d5928
13 changed files with 245 additions and 9 deletions

View File

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