mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-06 11:48:09 +00:00
10 lines
159 B
Ruby
10 lines
159 B
Ruby
# frozen_string_literal: true
|
|
|
|
module DiscourseSubscriptions
|
|
class HooksController < ::ApplicationController
|
|
def create
|
|
head 200
|
|
end
|
|
end
|
|
end
|