summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb
index dbbaa13598f..03f9e53daa7 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb
@@ -22,11 +22,9 @@ require 'json'
class Api::UpdatecenterController < Api::ApiController
- before_filter :admin_required
-
#
# GET /api/updatecenter/installed_plugins
- # curl http://localhost:9000/api/updatecenter/installed_plugins -v -u admin:admin
+ # curl http://localhost:9000/api/updatecenter/installed_plugins -v
#
def installed_plugins
respond_to do |format|