# app/controllers/key_verification_controller.rb class KeyVerificationController < ApplicationController def show if params[:id] == "339ecd3e9cf648c29b767f5673329e48" render plain: "339ecd3e9cf648c29b767f5673329e48" else render status: :not_found, plain: "Not Found" end end end