diff --git a/wethepeople.pl b/wethepeople.pl index 143bc02..9bbd0c1 100755 --- a/wethepeople.pl +++ b/wethepeople.pl @@ -4,8 +4,8 @@ use Mojolicious::Lite; get '/' => sub { my ($c) = @_; - my $hostHeader = $c->req->headers->host(); - my $scheme = $c->req->url->base->scheme(); + my $hostHeader = $c->req->headers->host; + my $scheme = $c->req->url->base->scheme; if ($hostHeader =~ /www.wethepeople.win(|:[0-9]{1,5})/) { $c->render()