mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
10 lines
153 B
Ruby
10 lines
153 B
Ruby
# frozen_string_literal: true
|
|
|
|
module DiscoursePatrons
|
|
class AdminController < ::Admin::AdminController
|
|
def index
|
|
head 200
|
|
end
|
|
end
|
|
end
|