From 1a9628493e8e39f437309e5dc66ad7986f03033a Mon Sep 17 00:00:00 2001 From: "J. King" Date: Thu, 30 Nov 2017 19:39:46 -0500 Subject: [PATCH] Fix TTRSS path handling --- lib/REST.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/REST.php b/lib/REST.php index c70e43b..d79c003 100644 --- a/lib/REST.php +++ b/lib/REST.php @@ -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