Add statuses

This commit is contained in:
2023-02-27 21:02:38 +11:00
parent 23d03d2be1
commit f1c3263922
10 changed files with 81 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ module Adamantium
get "/photos", to: "photos.index"
get "/places", to: "places.index"
get "/statuses", to: "statuses.index"
get "/tagged/:slug", to: "tags.show"