Add movies page

This commit is contained in:
2023-05-02 20:29:09 +10:00
parent 9e1bf6e6d8
commit 0746d29543
12 changed files with 1063 additions and 15 deletions

View File

@@ -42,6 +42,8 @@ module Adamantium
get "/hikes", to: "workouts.index"
post "/workouts", to: "workouts.create"
get "/movies", to: "movies.index"
get "/:slug", to: "pages.show"
redirect "deploying-a-hanami-app-to-fly-io", to: "/post/deploying-a-hanami-20-app-to-flyio"