Code cleanup

master
Daniel Berteaud 10 years ago
parent f2db6be49e
commit b8576f687b
  1. 3
      public/vroom.pl

@ -789,7 +789,8 @@ any '/' => sub {
# Route for the about page
get '/about' => sub {
my $self = shift;
$self->stash( components => $components,
$self->stash(
components => $components,
musics => $musics
);
} => 'about';

Loading…
Cancel
Save