From 99ef86f037f66a1fd240046a22cb194c132cd39a Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Tue, 25 Apr 2023 16:09:23 +1000 Subject: [PATCH] Remove unused routes --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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