From 3a8e0349518c59ec059277be1c4b082e84edce48 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sat, 28 May 2022 09:49:49 -0400 Subject: [PATCH] Eh, hardcode it for now cuz I'm down and anxious --- www-swagg.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-swagg.pl b/www-swagg.pl index bbea8e0..0399166 100755 --- a/www-swagg.pl +++ b/www-swagg.pl @@ -35,7 +35,7 @@ under sub { # Work around for swagg.net downtime 05/28/2022 unless ($hostHeader =~ /^www\./ || app->mode() eq 'development') { - $c->redirect_to("$scheme://www.swagg.net") + $c->redirect_to('https://www.swagg.net') } 1;