1
0
mirror of synced 2026-08-01 12:47:05 +00:00
Files
discourse-subscriptions/app/controllers/admin_controller.rb
T
2019-11-07 15:49:10 +11:00

10 lines
153 B
Ruby

# frozen_string_literal: true
module DiscoursePatrons
class AdminController < ::Admin::AdminController
def index
head 200
end
end
end