]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/traces_controller.rb
Remove authorize_web call from traces api controller
[rails.git] / app / controllers / api / traces_controller.rb
index 07b6208af40deef2018a8beb14d33a558b5de2ef..629617f0b127c01685ed460f7a7ed0d688da89e6 100644 (file)
@@ -2,7 +2,6 @@ module Api
   class TracesController < ApiController
     before_action :check_database_readable, :except => [:show, :data]
     before_action :check_database_writable, :only => [:create, :update, :destroy]
-    before_action :authorize_web
     before_action :set_locale
     before_action :authorize