新增:标签列表和删除接口

This commit is contained in:
2023-02-03 18:03:57 +08:00
parent 8b90164247
commit 2772b97e32
8 changed files with 129 additions and 2 deletions

View File

@@ -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'