Clean up webmentions

This commit is contained in:
2023-07-06 21:08:42 +10:00
parent d0d1b43f6e
commit bee8adc407
6 changed files with 123 additions and 18 deletions

View File

@@ -3,5 +3,6 @@
Hanami.app.register_provider :param_parser, namespace: true do
start do
register "micropub_post", Adamantium::MicropubRequestParser.new
register "webmention", Adamantium::WebmentionRequestParser.new
end
end