Skip to content

Commit

Permalink
removed duplicated / route
Browse files Browse the repository at this point in the history
  • Loading branch information
tempire committed Mar 26, 2012
1 parent 0ebadec commit d9364da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mojolite
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ get '/photos/:id' => sub {
$self->render(template => 'photos/show', photo => $photo);
};

get '/' => sub {
my $self = shift;
$self->render('index');
};

app->start;
__DATA__
Expand Down

0 comments on commit d9364da

Please sign in to comment.