Merge branch 'develop' into standalone_develop

This commit is contained in:
2022-07-18 11:19:23 +08:00
6 changed files with 444 additions and 80 deletions

View File

@@ -28,6 +28,8 @@ defaults format: :json do
get :all
end
end
get '/commits/:sha/diff', to: 'commits#diff'
get '/git/blobs/:sha', to: 'git#blobs'
get '/git/trees/:sha', to: 'git#trees'
end