mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
parent
b619e6d88f
commit
74b2640f2a
@ -433,6 +433,7 @@ $routes->group('@(:podcastName)', function ($routes) {
|
||||
$routes->get('(:slug)', 'Episode/$1/$2', [
|
||||
'as' => 'episode',
|
||||
]);
|
||||
$routes->head('feed.xml', 'Feed/$1', ['as' => 'podcast_feed']);
|
||||
$routes->get('feed.xml', 'Feed/$1', ['as' => 'podcast_feed']);
|
||||
});
|
||||
$routes->get('/(:slug)', 'Page/$1', ['as' => 'page']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user