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.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/controllers/well_known/keybase_proof_config_controller.rb b/app/controllers/well_known/keybase_proof_config_controller.rb
deleted file mode 100644
index e1d43ecbe..000000000
--- a/app/controllers/well_known/keybase_proof_config_controller.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-module WellKnown
-  class KeybaseProofConfigController < ActionController::Base
-    def show
-      render json: {}, serializer: ProofProvider::Keybase::ConfigSerializer, root: 'keybase_config'
-    end
-  end
-end