##// END OF EJS Templates
Removed boards widcard route....
Etienne Massip -
r8045:6030740b00d2
parent child
Show More
@@ -268,9 +268,6 ActionController::Routing::Routes.draw do |map|
268 sys.connect 'sys/fetch_changesets', :action => 'fetch_changesets', :conditions => {:method => :get}
268 sys.connect 'sys/fetch_changesets', :action => 'fetch_changesets', :conditions => {:method => :get}
269 end
269 end
270
270
271 #left old routes at the bottom for backwards compat
272 # map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages'
273
274 map.connect 'robots.txt', :controller => 'welcome', :action => 'robots', :conditions => {:method => :get}
271 map.connect 'robots.txt', :controller => 'welcome', :action => 'robots', :conditions => {:method => :get}
275
272
276 # Used for OpenID
273 # Used for OpenID
General Comments 0
You need to be logged in to leave comments. Login now