Add Apache specific section to docs.
[catagits/Gitalist.git] / lib / Gitalist / Controller / Fragment.pm
index 15c4511..5a4bfd2 100644 (file)
@@ -3,9 +3,9 @@ package Gitalist::Controller::Fragment;
 use Moose;
 use namespace::autoclean;
 
-BEGIN { extends 'Catalyst::Controller' }
+BEGIN { extends 'Gitalist::Controller' }
 
-sub base : Chained('/root') PathPart('fragment') CaptureArgs(0) {
+sub base : Chained('/base') PathPart('fragment') CaptureArgs(0) {
     my ($self, $c) = @_;
     $c->stash(no_wrapper => 1);
 }