mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 20:25:45 +08:00
新增:标签列表和删除接口
This commit is contained in:
@@ -52,6 +52,7 @@ defaults format: :json do
|
||||
patch :update_default_branch
|
||||
end
|
||||
end
|
||||
resources :tags, only: [:index, :destroy]
|
||||
resources :commits, only: [:index]
|
||||
resources :code_stats, only: [:index]
|
||||
get '/commits/:sha/diff', to: 'commits#diff'
|
||||
|
||||
Reference in New Issue
Block a user