]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3675 Remove the "events" route
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Mon, 1 Oct 2012 06:50:17 +0000 (08:50 +0200)
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>
Mon, 1 Oct 2012 06:53:10 +0000 (08:53 +0200)
sonar-server/src/main/webapp/WEB-INF/config/routes.rb

index 2c304042b0c480090f8dd0b25ab6923fada4e845..6cfed6caea7468bff0b3a8d6c0326ba74f98dfa4 100644 (file)
@@ -3,9 +3,6 @@ ActionController::Routing::Routes.draw do |map|
   map.connect 'users/set_groups', :controller => 'users', :action => 'set_groups'
   map.resources :users
 
-  # used only for the events widget
-  map.resources :events
-
   map.namespace :api do |api|
     api.resources :events, :only => [:index, :show, :create, :destroy]
     api.resources :user_properties, :only => [:index, :show, :create, :destroy], :requirements => { :id => /.*/ }