From a1d4e882df73ad7858c766f80f57a5f1fb15782c Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Mon, 1 Oct 2012 08:50:17 +0200 Subject: [PATCH] SONAR-3675 Remove the "events" route --- sonar-server/src/main/webapp/WEB-INF/config/routes.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/config/routes.rb b/sonar-server/src/main/webapp/WEB-INF/config/routes.rb index 2c304042b0c..6cfed6caea7 100644 --- a/sonar-server/src/main/webapp/WEB-INF/config/routes.rb +++ b/sonar-server/src/main/webapp/WEB-INF/config/routes.rb @@ -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 => /.*/ } -- 2.39.5