mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 06:35:40 -04:00
API: test for %2F support
https://github.com/marienfressinaud/FreshRSS/issues/443
This commit is contained in:
@@ -9,8 +9,11 @@
|
||||
|
||||
<body>
|
||||
<h1>FreshRSS API</h1>
|
||||
|
||||
<h2>Google Reader compatible API</h2>
|
||||
<ul>
|
||||
<li><a href="greader.php/check/compatibility" rel="nofollow">Google Reader compatible</a></li>
|
||||
<li><a href="greader.php/check%2Fcompatibility" rel="nofollow">Check full server configuration (with <code>%2F</code> support)</a></li>
|
||||
<li><a href="greader.php/check/compatibility" rel="nofollow">Check partial server configuration (without <code>%2F</code> support)</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user