Remove unused routes

This commit is contained in:
2023-04-25 16:09:23 +10:00
parent c2201323f8
commit 99ef86f037

View File

@@ -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