13 lines
196 B
Ruby
13 lines
196 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Admin
|
|
module Actions
|
|
module Webmentions
|
|
class Index < Admin::Action
|
|
def handle(request, response)
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|