Initial commit
This commit is contained in:
7
config/providers/param_parser.rb
Normal file
7
config/providers/param_parser.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Hanami.app.register_provider :param_parser, namespace: true do
|
||||
start do
|
||||
register "micropub_post", Adamantium::MicropubRequestParser.new
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user