Commit 8432c9c1 authored by Robert Speicher's avatar Robert Speicher

Routes are now final

parent 36f68140
......@@ -159,7 +159,6 @@ Gitlab::Application.routes.draw do
end
end
# XXX: WIP
resources :commit, only: [:show], constraints: {id: /[[:alnum:]]{6,40}/}
resources :commits, only: [:show], constraints: {id: /.+/}
resources :compare, only: [:index, :create]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment