From 50f92a727e9cc8efa8932fef279040e431c3b4e6 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:29:23 +0100 Subject: [PATCH] Update guides/get_started/installation.md --- guides/get_started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/get_started/installation.md b/guides/get_started/installation.md index 42219d73..bcfccffe 100644 --- a/guides/get_started/installation.md +++ b/guides/get_started/installation.md @@ -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