Add more endpoints for now page

This commit is contained in:
2024-04-01 19:13:18 +11:00
parent 23bc0134d6
commit cbdc61c359
13 changed files with 128 additions and 28 deletions

View File

@@ -38,6 +38,8 @@ module Main
get "/blogroll/opml", to: "blogroll.opml"
get "/recently_played", to: "recently_played.index"
get "/recently_played_games", to: "recently_played_games.index"
get "/past_week", to: "past_week.index"
get "/:slug", to: "pages.show"