diff --git a/config/routes.rb b/config/routes.rb index e69944b..ed20a00 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -19,4 +19,7 @@ Rails.application.routes.draw do # Leaderboard get "leaderboard", to: "leaderboard#index", as: "leaderboard", defaults: { format: :html } + + # Discord + match "/discord" => redirect("https://discord.gg/hQShdPMy7p") end