Get the index page working with the content in a fragment and all the URIs moved
[catagits/Gitalist.git] / lib / Gitalist / Controller / Repository.pm
index b79e51b..96fe14f 100644 (file)
@@ -5,6 +5,6 @@ use namespace::autoclean;
 BEGIN { extends 'Catalyst::Controller' }
 with 'Gitalist::URIStructure::Repository';
 
-sub base : Chained('/root') PathPart('') CaptureArgs(0) {}
+sub base : Chained('/base') PathPart('') CaptureArgs(0) {}
 
 __PACKAGE__->meta->make_immutable;