Eh, hardcode it for now cuz I'm down and anxious
This commit is contained in:
parent
fc3ebf9e69
commit
3a8e034951
|
@ -35,7 +35,7 @@ under sub {
|
||||||
|
|
||||||
# Work around for swagg.net downtime 05/28/2022
|
# Work around for swagg.net downtime 05/28/2022
|
||||||
unless ($hostHeader =~ /^www\./ || app->mode() eq 'development') {
|
unless ($hostHeader =~ /^www\./ || app->mode() eq 'development') {
|
||||||
$c->redirect_to("$scheme://www.swagg.net")
|
$c->redirect_to('https://www.swagg.net')
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
Loading…
Reference in a new issue