cleanup auth, start bot

This commit is contained in:
2025-01-27 10:36:57 -08:00
parent db22f4a942
commit 2d85fdb5cd
6 changed files with 50 additions and 18 deletions

View File

@ -22,4 +22,9 @@ Rails.application.routes.draw do
# Discord
match "discord" => redirect("https://discord.gg/hQShdPMy7p"), via: [ :get ]
# Bot
get "bot/players" => "bot#players"
get "bot/player/:id" => "bot#player_name"
get "bot/summary" => "bot#summary"
end