mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user