]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Controller/Root.pm
Implemented a basic Wiki.
[ndwebbie.git] / lib / NDWeb / Controller / Root.pm
index 2b16db2b71cc6435af34a4be89360eda88796963..3eaaf0d009b254d61892ddc9c8b84eb7de0839d5 100644 (file)
@@ -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 {