diff options
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/config/routes.rb | 3 |
1 files changed, 0 insertions, 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 => /.*/ } |