forked from lix-project/hydra
Fix duplicate function name
This commit is contained in:
parent
24de044c55
commit
65db523e46
|
@ -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) = @_;
|
my ($self, $c) = @_;
|
||||||
|
|
||||||
$c->stash->{template} = 'evals.tt';
|
$c->stash->{template} = 'evals.tt';
|
||||||
|
|
Loading…
Reference in a new issue