about summary refs log tree commit diff
path: root/app/controllers/well_known/keybase_proof_config_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/well_known/keybase_proof_config_controller.rb')
-rw-r--r--app/controllers/well_known/keybase_proof_config_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/well_known/keybase_proof_config_controller.rb b/app/controllers/well_known/keybase_proof_config_controller.rb
index eb41e586f..e1d43ecbe 100644
--- a/app/controllers/well_known/keybase_proof_config_controller.rb
+++ b/app/controllers/well_known/keybase_proof_config_controller.rb
@@ -3,7 +3,7 @@
 module WellKnown
   class KeybaseProofConfigController < ActionController::Base
     def show
-      render json: {}, serializer: ProofProvider::Keybase::ConfigSerializer
+      render json: {}, serializer: ProofProvider::Keybase::ConfigSerializer, root: 'keybase_config'
     end
   end
 end