Skip to content

Commit 34d5ee2

Browse files
committed
contributors: only route with no parameters
Fixes #3212
1 parent c788aa8 commit 34d5ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Web/Controller/About.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sub about : Path : Args(0) {
1919
my ( $self, $c ) = @_;
2020
}
2121

22-
sub contributors : Local : Args(0) {
22+
sub contributors : Local : Args(0) : Query() {
2323
my ( $self, $c ) = @_;
2424
my $contributors
2525
= $c->model('GitHub')

0 commit comments

Comments
 (0)