X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FNDWeb%2FController%2FRoot.pm;h=3eaaf0d009b254d61892ddc9c8b84eb7de0839d5;hb=2c934746290ce8baa0b38425e1fd74d63a2a12f5;hp=2b16db2b71cc6435af34a4be89360eda88796963;hpb=49d3f8fb2b3bcf25f88d909e7982b20f1db3246d;p=ndwebbie.git diff --git a/lib/NDWeb/Controller/Root.pm b/lib/NDWeb/Controller/Root.pm index 2b16db2..3eaaf0d 100644 --- a/lib/NDWeb/Controller/Root.pm +++ b/lib/NDWeb/Controller/Root.pm @@ -32,6 +32,8 @@ NDWeb::Controller::Root - Root Controller for NDWeb sub index : Local Path Args(0) { my ( $self, $c ) = @_; + + $c->res->redirect($c->uri_for('/wiki')); } sub default : Path {