Fix duplicate function name

This commit is contained in:
Eelco Dolstra 2013-02-25 19:01:43 +01:00
parent 24de044c55
commit 65db523e46

View file

@ -572,7 +572,7 @@ sub get_info : Chained('build') PathPart('api/get-info') Args(0) {
}
sub get_info : Chained('build') PathPart('evals') Args(0) {
sub evals : Chained('build') PathPart('evals') Args(0) {
my ($self, $c) = @_;
$c->stash->{template} = 'evals.tt';