mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
新增: webhooks使用token访问的接口
This commit is contained in:
@@ -17,6 +17,12 @@ defaults format: :json do
|
||||
resources :pull_requests
|
||||
resources :versions
|
||||
resources :release_versions
|
||||
resources :webhooks do
|
||||
member do
|
||||
post :tests
|
||||
get :hooktasks
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user