Skip to content

Commit 7cfd3e0

Browse files
authored
Merge pull request #3213 from metacpan/haarg/contrib-no-route-with-params
contributors: only route with no parameters
2 parents c788aa8 + 34d5ee2 commit 7cfd3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Web/Controller/About.pm

+1-1
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)