mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 20:25:45 +08:00
新增:邀请用户链接生成
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user