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;