gab-social/app/controllers/well_known/keybase_proof_config_contro...

10 lines
176 B
Ruby

# frozen_string_literal: true
module WellKnown
class KeybaseProofConfigController < ActionController::Base
def show
render json: {}, status: 404
end
end
end