X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=lib%2FNDWeb%2FController%2FRoot.pm;h=cda2e94f62f1f5d20958bf809ff7b9d640e3ce22;hb=16fbe66ea19aa3882114267808963281cf7d37ad;hp=6421b001b6f3a8eabc69f4347f60c2a4328aed79;hpb=da77e07d9a4ac17a25796a0b897a03f4853ba341;p=ndwebbie.git diff --git a/lib/NDWeb/Controller/Root.pm b/lib/NDWeb/Controller/Root.pm index 6421b00..cda2e94 100644 --- a/lib/NDWeb/Controller/Root.pm +++ b/lib/NDWeb/Controller/Root.pm @@ -36,7 +36,6 @@ sub index : Local Path Args(0) { sub default : Path { my ( $self, $c ) = @_; - $c->res->body( 'Page not found' ); $c->response->status(404); }