Skip to content

Commit b418668

Browse files
committed
Remove 9 year old redirect!
1 parent 2595b75 commit b418668

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/MetaCPAN/Web/Controller/About.pm

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ sub meta_hack : Local : Args(0) {
3838
my ( $self, $c ) = @_;
3939
}
4040

41-
sub resources : Local : Args(0) {
42-
my ( $self, $c ) = @_;
43-
$c->browser_max_age('1y');
44-
$c->cdn_max_age('1y');
45-
$c->res->redirect( '/about/contact', 301 );
46-
$c->detach;
47-
}
48-
4941
sub sponsors : Local : Args(0) {
5042
my ( $self, $c ) = @_;
5143
}

0 commit comments

Comments
 (0)