From 973ff42344311ee5cac21dbcdd9c64d942a8066e Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 25 Feb 2023 14:13:24 +1100 Subject: [PATCH] Add photos route --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 600c08f..516f5f3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -23,6 +23,7 @@ module Adamantium get "/bookmarks/metadata/:id", to: "bookmarks.metadata" get "/bookmark/:slug", to: "bookmarks.show" + get "/photos", to: "photos.index" get "/places", to: "places.index" get "/tagged/:slug", to: "tags.show"