diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-03-05 02:40:39 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-03-05 02:40:39 +0300 |
commit | fd98f3ba354026918ed07feead58ebade5cf30b8 (patch) | |
tree | 25b792e0c9b36ec460da36f903768f51902f41bd /htdocs | |
parent | 40db204bc4a83b20c1880000ee732eb44c1e7630 (diff) |
add old rss url for backwards compatibility
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/index.php b/htdocs/index.php index a1199da..150b14a 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -12,6 +12,7 @@ $r = (new Router()) ->add('([a-z0-9-]+)/', 'auto name=$(1)') ->add('feed.rss', 'RSS') + ->add('rss/', 'RSS') ->add('admin/', 'admin/index') ->add('admin/{login,logout,log}/', 'admin/${1}') |