Skip to content

Commit

Permalink
Update guides/get_started/installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 authored Dec 19, 2024
1 parent d9bc8a8 commit 50f92a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/get_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,10 @@ scope "/admin", MyAppWeb do

backpex_routes()

# add this line
get "/", RedirectController, :redirect_to_posts

live_session :default, on_mount: Backpex.InitAssigns do
# add this line
live_resources "/posts", PostLive
end
end
Expand Down

0 comments on commit 50f92a7

Please sign in to comment.