fixed setup example action to match config above
Alexander Hartmaier [Mon, 13 Jan 2014 17:15:42 +0000 (18:15 +0100)]
lib/Catalyst/Controller/DBIC/API.pm

index d3c2d0a..acc6e30 100644 (file)
@@ -101,7 +101,7 @@ This action is the chain root of the controller. It must either be overridden or
 
   # or
 
-  sub setup :Chained('/api/rpc_base') :CaptureArgs(0) :PathPart('track') {
+  sub setup :Chained('/api/rpc/rpc_base') :CaptureArgs(0) :PathPart('track') {
     my ($self, $c) = @_;
 
     $self->next::method($c);