basic porting work for SCSite
[scpubgit/App-SCS.git] / lib / App / SCS / Plugin / Feeds.pm
index abd8dcd..eee4c25 100644 (file)
@@ -25,6 +25,7 @@ sub page_dispatchers {
   my $base = $self->mount_at;
   "/${base}/**/" => sub {
     if (my $conf = $self->config->{$_[1]}) {
+      $conf = { base => $_[1], %$conf };
       $self->_feed_http_response(200 => $conf => $_[-1]);
     }
   },