book thoughts

This commit is contained in:
Daniel Yrovas 2025-01-12 22:57:27 +11:00
parent 62bf5596a2
commit de632cdfdc
Signed by: danielyrovas
SSH key fingerprint: SHA256:1avlGZQpGW038lBkNI5lOS7f0hIPM7ecJen2/P1MCCU
3 changed files with 41 additions and 1 deletions

View file

@ -81,8 +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
live "/books/thoughts", BookThoughts
end
end
end