2020-01-10 10:24:09 +11:00

10 lines
159 B
Ruby

# frozen_string_literal: true
module DiscourseSubscriptions
class HooksController < ::ApplicationController
def create
head 200
end
end
end