about summary refs log tree commit diff
path: root/app/controllers/api/proofs_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api/proofs_controller.rb')
-rw-r--r--app/controllers/api/proofs_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/proofs_controller.rb b/app/controllers/api/proofs_controller.rb
index a84ad2014..3e7443641 100644
--- a/app/controllers/api/proofs_controller.rb
+++ b/app/controllers/api/proofs_controller.rb
@@ -7,7 +7,7 @@ class Api::ProofsController < Api::BaseController
   before_action :check_account_suspension
 
   def index
-    render json: @account, serializer: @provider.serializer_class
+    render json: @account, serializer: @provider.serializer_class, monsterfork_api: monsterfork_api
   end
 
   private