Add podcasts and map view

This commit is contained in:
2023-06-18 15:53:49 +10:00
parent 85dd61510e
commit 0cf6d0d540
17 changed files with 2558 additions and 24 deletions

View File

@@ -34,6 +34,7 @@ module Adamantium
get "/photos", to: "photos.index"
get "/places", to: "places.index"
get "/places/map", to: "places.map_page"
get "/statuses", to: "statuses.index"
get "/tags", to: "tags.index"
@@ -56,6 +57,8 @@ module Adamantium
get "/trips", to: "trips.index"
get "/trips/:id", to: "trips.show"
get "/podcasts", to: "podcasts.index"
redirect "deploying-a-hanami-app-to-fly-io", to: "/post/deploying-a-hanami-20-app-to-flyio"
redirect "deploying-a-hanami-app-to-fly-io/", to: "/post/deploying-a-hanami-20-app-to-flyio"