Routes are now final
This commit is contained in:
parent
36f68140d1
commit
8432c9c176
1 changed files with 0 additions and 1 deletions
|
@ -159,7 +159,6 @@ Gitlab::Application.routes.draw do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# XXX: WIP
|
|
||||||
resources :commit, only: [:show], constraints: {id: /[[:alnum:]]{6,40}/}
|
resources :commit, only: [:show], constraints: {id: /[[:alnum:]]{6,40}/}
|
||||||
resources :commits, only: [:show], constraints: {id: /.+/}
|
resources :commits, only: [:show], constraints: {id: /.+/}
|
||||||
resources :compare, only: [:index, :create]
|
resources :compare, only: [:index, :create]
|
||||||
|
|
Loading…
Reference in a new issue