# frozen_string_literal: true module StripeDiscourseSubscriptions class PricingtableController < ::ApplicationController def index head 200 end end end