Manage books page via admin area

This commit is contained in:
2023-12-22 20:37:12 +11:00
parent 6a3409746e
commit 900fdea472
8 changed files with 87 additions and 0 deletions

View File

@@ -64,5 +64,8 @@ module Admin
post "/trips/:id", to: Auth.call(action: "trips.update")
get "/apple_music", to: Auth.call(action: "apple_music.index")
get "/books", to: Auth.call(action: "books.index")
patch "/books/:id", to: Auth.call(action: "books.update")
end
end