mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
新增:openkylin_sign 签署协议
This commit is contained in:
@@ -24,6 +24,11 @@ defaults format: :json do
|
||||
scope module: :users do
|
||||
resources :projects, only: [:index]
|
||||
resources :feedbacks, only: [:create]
|
||||
resources :openkylin_sign, only: [:create] do
|
||||
collection do
|
||||
get :competitions
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
scope ':repo', constraints: { repo: /[^\/]+/ } do
|
||||
|
||||
Reference in New Issue
Block a user