Removed default route.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8163 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7ba57e517b
commit
dc204174c0
@ -273,8 +273,6 @@ ActionController::Routing::Routes.draw do |map|
|
|||||||
#left old routes at the bottom for backwards compat
|
#left old routes at the bottom for backwards compat
|
||||||
# map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages'
|
# map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages'
|
||||||
|
|
||||||
# Install the default route as the lowest priority.
|
|
||||||
# map.connect ':controller/:action/:id'
|
|
||||||
map.connect 'robots.txt', :controller => 'welcome', :action => 'robots', :conditions => {:method => :get}
|
map.connect 'robots.txt', :controller => 'welcome', :action => 'robots', :conditions => {:method => :get}
|
||||||
|
|
||||||
# Used for OpenID
|
# Used for OpenID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user