From: Alexander Hartmaier Date: Mon, 13 Jan 2014 17:15:42 +0000 (+0100) Subject: fixed setup example action to match config above X-Git-Tag: 2.005001~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=commitdiff_plain;h=5fca1d92a1bbeb68d4c810e7e779cfb8877dff60 fixed setup example action to match config above --- diff --git a/lib/Catalyst/Controller/DBIC/API.pm b/lib/Catalyst/Controller/DBIC/API.pm index d3c2d0a..acc6e30 100644 --- a/lib/Catalyst/Controller/DBIC/API.pm +++ b/lib/Catalyst/Controller/DBIC/API.pm @@ -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);