repo branches and tags
This commit is contained in:
parent
d8247012b5
commit
a667c71312
7 changed files with 62 additions and 5 deletions
|
@ -46,7 +46,12 @@ Gitlab::Application.routes.draw do
|
|||
get "files"
|
||||
end
|
||||
|
||||
resource :repository
|
||||
resource :repository do
|
||||
member do
|
||||
get "branches"
|
||||
get "tags"
|
||||
end
|
||||
end
|
||||
|
||||
resources :refs, :only => [], :path => "/" do
|
||||
collection do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue