Skip to content
Snippets Groups Projects
Commit 1433068a authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Remove useles only:

parent 0f8fe93c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -428,9 +428,9 @@ Rails.application.routes.draw do
scope module: :projects do
# Git HTTP clients ('git clone' etc.)
scope constraints: { format: /(git|wiki\.git)/ } do
get '/info/refs', to: 'git_http#info_refs', only: :get
post '/git-upload-pack', to: 'git_http#git_upload_pack', only: :post
post '/git-receive-pack', to: 'git_http#git_receive_pack', only: :post
get '/info/refs', to: 'git_http#info_refs'
post '/git-upload-pack', to: 'git_http#git_upload_pack'
post '/git-receive-pack', to: 'git_http#git_receive_pack'
end
 
# Blob routes:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment