diff --git a/vroom.pl b/vroom.pl index 5d55ee8..6330724 100755 --- a/vroom.pl +++ b/vroom.pl @@ -807,7 +807,7 @@ helper create_etherpad_session => sub { }; # Route / to the index page -any '/' => sub { +get '/' => sub { my $self = shift; $self->stash( etherpad => ($ec) ? 'true' : 'false'