From bd21b53b0639983d38edae823ef1e51b6421c437 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Tue, 11 Jun 2024 11:45:22 +0100 Subject: [PATCH] Set URL --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 42213ea..2caeadc 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true Rails.application.routes.draw do - default_url_options host: "summonplayer.com" + default_url_options host: "ttcompanion.com" root "tables#index"