From aeecd99b26b68be0303c8369223be4ba3f2b62d1 Mon Sep 17 00:00:00 2001
From: davidg73 <david.gunnarsson@univie.ac.at>
Date: Thu, 15 May 2025 15:28:16 +0200
Subject: [PATCH] Change facem_home_url to beta.facem.at

this is for the development phase, where beta.facem.at is currently linked. When we switch we can only change this route back and all links will reference facem.at again
---
 config/routes.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/routes.rb b/config/routes.rb
index 1b202ee..fa7e0ef 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -12,7 +12,7 @@ Rails.application.routes.draw do
   resources :confirmations, only: %i[new show create]
 
   direct :facem_home do
-    "https://facem.at"
+    "https://beta.facem.at"
   end
 
   direct :email_forwarding_instructions do
-- 
GitLab