]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api/traces_controller.rb
Merge remote-tracking branch 'upstream/pull/5234'
[rails.git] / app / controllers / api / traces_controller.rb
index a510655ca38a340b669c2944b42333669547a787..738642fff7dc56531bec8d550c3a5f31dcc414b6 100644 (file)
@@ -1,6 +1,5 @@
 module Api
   class TracesController < ApiController
-    before_action :check_api_readable
     before_action :check_api_writable, :only => [:create, :update, :destroy]
     before_action :set_locale
     before_action :authorize