no need for default in non-Root
Tara L Andrews [Mon, 10 Oct 2011 13:47:01 +0000 (15:47 +0200)]
TreeOfTexts/lib/TreeOfTexts/Controller/Stemmagraph.pm

index 868b3f2..d0c4acb 100644 (file)
@@ -53,18 +53,6 @@ sub get_graph :Local {
     $c->forward( "View::SVG" );
 }
 
-=head2 default
-
-Standard 404 error page
-
-=cut
-
-sub default :Path {
-    my ( $self, $c ) = @_;
-    $c->response->body( 'Page not found' );
-    $c->response->status(404);
-}
-
 =head2 end
 
 Attempt to render a view, if needed.