diff --git a/htdocs/api/admin/explorer.php b/htdocs/api/admin/explorer.php index 3f1394d3866..31c6a93cdf0 100644 --- a/htdocs/api/admin/explorer.php +++ b/htdocs/api/admin/explorer.php @@ -166,6 +166,7 @@ print $langs->trans("ListOfAvailableAPIs").':
'; foreach($listofapis['v1'] as $key => $val) { if ($key == 'login') continue; + if ($key == 'index') continue; if ($key) {