Add ability to cache bookmark
This commit is contained in:
@@ -4,5 +4,6 @@ Hanami.app.register_provider :post_utilities, namespace: true do
|
||||
start do
|
||||
register "slugify", Adamantium::SlugCreator.new
|
||||
register "link_finder", Adamantium::LinkFinder.new
|
||||
register "page_cacher", Adamantium::PageCacher.new
|
||||
end
|
||||
end
|
||||
|
@@ -9,7 +9,6 @@ module Adamantium
|
||||
use Hanami::Middleware::BodyParser, [:form, :json]
|
||||
# use Adamantium::Middleware::ProcessParams
|
||||
|
||||
|
||||
scope "micropub" do
|
||||
get "/", to: "site.config"
|
||||
post "/", to: "posts.handle"
|
||||
|
Reference in New Issue
Block a user