Add photos route

This commit is contained in:
2023-02-25 14:13:24 +11:00
parent e8220805a3
commit 973ff42344

View File

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