diff --git a/config/routes.rb b/config/routes.rb index 67d0813..5010615 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -29,7 +29,7 @@ module Adamantium get "/places", to: "places.index" get "/statuses", to: "statuses.index" - get "/tags", to: "tags.index" + # get "/tags", to: "tags.index" get "/tagged/:slug", to: "tags.show" get "/key", to: "key.show" if Hanami.app.settings.micropub_pub_key