mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Fix TTRSS path handling
This commit is contained in:
parent
9ac2421fe3
commit
1a9628493e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class REST {
|
|||
],
|
||||
'ttrss_api' => [ // Tiny Tiny RSS https://git.tt-rss.org/git/tt-rss/wiki/ApiReference
|
||||
'match' => '/tt-rss/api/',
|
||||
'strip' => '/tt-rss/api/',
|
||||
'strip' => '/tt-rss/api',
|
||||
'class' => REST\TinyTinyRSS\API::class,
|
||||
],
|
||||
'ttrss_icon' => [ // Tiny Tiny RSS feed icons
|
||||
|
|
Loading…
Reference in a new issue