cleanup auth, start bot
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user