新增: 获取单文件blame信息

This commit is contained in:
2022-07-19 11:14:50 +08:00
parent 274cd81655
commit 1882120df3
7 changed files with 759 additions and 236 deletions

View File

@@ -12,6 +12,7 @@ defaults format: :json do
resource :projects, path: '/', only: [:show, :update, :edit, :destroy] do
collection do
get :compare
get :blame
end
end