add book route

This commit is contained in:
Daniel Yrovas 2025-01-11 13:40:43 +11:00
parent eee6f60141
commit 7bf98f3a05
Signed by: danielyrovas
SSH key fingerprint: SHA256:1avlGZQpGW038lBkNI5lOS7f0hIPM7ecJen2/P1MCCU
5 changed files with 34 additions and 71 deletions

View file

@ -81,6 +81,8 @@ defmodule WildWeb.Router do
live "/account/confirm/:token", UserConfirmationLive, :edit
live "/account/confirm", UserConfirmationInstructionsLive, :new
live "/", Index
# live "/books/thoughts", BookReads, :thoughts
live "/books", Books
end
end
end