]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api_controller.rb
Test changeset and note comment notification emails
[rails.git] / app / controllers / api_controller.rb
index 7bf8f0499c7339b41a6c908aadde98e978b02325..caa2df9d81f622e92c4b0f01656968e91579bb3b 100644 (file)
@@ -2,7 +2,6 @@ class ApiController < ApplicationController
   skip_before_action :verify_authenticity_token
   before_action :check_api_readable, :except => [:capabilities]
   before_action :setup_user_auth, :only => [:permissions]
-  after_action :compress_output
   around_action :api_call_handle_error, :api_call_timeout
 
   # Get an XML response containing a list of tracepoints that have been uploaded