Spacing issue

master
Daniel Berteaud 10 years ago
parent d962b7183c
commit dfeee63d07
  1. 2
      vroom.pl

@ -974,7 +974,7 @@ get '/about' => sub {
get '/help' => 'help';
# Route for the admin pages
get '/admin/:room' => { room => ''} => sub {
get '/admin/:room' => { room => '' } => sub {
my $self = shift;
my $room = $self->stash('room');
if ($room eq ''){

Loading…
Cancel
Save