mirror of
https://github.com/algora-io/tv.git
synced 2024-11-26 01:00:20 +02:00
rename homepage
This commit is contained in:
parent
1f10f93a72
commit
2ac3b7b011
@ -1,4 +1,4 @@
|
||||
defmodule AlgoraWeb.HomepageLive do
|
||||
defmodule AlgoraWeb.HomeLive do
|
||||
use AlgoraWeb, :live_view
|
||||
|
||||
alias Algora.{Library, Shows}
|
@ -105,7 +105,7 @@ defmodule AlgoraWeb.Router do
|
||||
end
|
||||
|
||||
live_session :default, on_mount: [{AlgoraWeb.UserAuth, :current_user}, AlgoraWeb.Nav] do
|
||||
live "/", HomepageLive, :show
|
||||
live "/", HomeLive, :show
|
||||
live "/auth/login", SignInLive, :index
|
||||
live "/cossgpt", COSSGPTLive, :index
|
||||
live "/og/cossgpt", COSSGPTOGLive, :index
|
||||
|
Loading…
Reference in New Issue
Block a user