Skip to content

Commit

Permalink
home screen is day leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperVaessen committed Dec 5, 2024
1 parent 2de9e5b commit 4f1e607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aoch_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule AoCHWeb.Router do
scope "/", AoCHWeb do
pipe_through :browser

get "/", PageController, :challenge
get "/", PageController, :today
get "/:year/day/:day/", PageController, :challenge
get "/:year/day/:day/challenge", PageController, :challenge
get "/challenge", PageController, :challenge
Expand Down

0 comments on commit 4f1e607

Please sign in to comment.