X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FNDWeb%2FController%2FRoot.pm;h=df700f937cc56e603822e66bff77dd33fd7ca2cc;hb=fa041ffba328c26a58506d5ccabed93d29106473;hp=6099db5805cda9a266914728cc52463f179e3ce1;hpb=f60a1ba9b292e2881bbeecd9edc1515156c59a86;p=ndwebbie.git diff --git a/lib/NDWeb/Controller/Root.pm b/lib/NDWeb/Controller/Root.pm index 6099db5..df700f9 100644 --- a/lib/NDWeb/Controller/Root.pm +++ b/lib/NDWeb/Controller/Root.pm @@ -33,7 +33,7 @@ NDWeb::Controller::Root - Root Controller for NDWeb sub index : Local Path Args(0) { my ( $self, $c ) = @_; - $c->res->redirect($c->uri_for('/wiki')); + $c->visit('/wiki/index'); } sub default : Path {