about summary refs log tree commit diff
path: root/app/controllers/api/salmon_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api/salmon_controller.rb')
-rw-r--r--app/controllers/api/salmon_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/api/salmon_controller.rb b/app/controllers/api/salmon_controller.rb
index 1df989700..b15aefee9 100644
--- a/app/controllers/api/salmon_controller.rb
+++ b/app/controllers/api/salmon_controller.rb
@@ -1,5 +1,6 @@
 class Api::SalmonController < ApiController
   before_action :set_account
+  respond_to :txt
 
   def update
     ProcessInteractionService.new.(request.body.read, @account)