Files
discourse-subscriptions/app/controllers/discourse_subscriptions/pricingtable_controller.rb
T

7 lines
157 B
Ruby
Raw Normal View History

2023-07-09 05:17:06 +08:00
module StripeDiscourseSubscriptions
class PricingtableController < ::ApplicationController
def index
head 200
end
end
end