Code cleanup

master
Daniel Berteaud 11 years ago
parent f2db6be49e
commit b8576f687b
  1. 5
      public/vroom.pl

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

Loading…
Cancel
Save