meeseeks bookmarks; also bookmarks
This commit is contained in:
@ -28,6 +28,8 @@ defmodule SomethingErlangWeb.Router do
|
||||
on_mount: [{SomethingErlangWeb.UserAuth, :ensure_authenticated}] do
|
||||
live("/thread", ThreadLive)
|
||||
live("/thread/:id", ThreadLive)
|
||||
live("/bookmarks", BookmarksLive)
|
||||
live("/bookmarks/:id", BookmarksLive)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user