Eh, hardcode it for now cuz I'm down and anxious

This commit is contained in:
swagg boi 2022-05-28 09:49:49 -04:00
parent fc3ebf9e69
commit 3a8e034951

View file

@ -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;