Fix hide this api
This commit is contained in:
parent
86e4340287
commit
7dc01fc9c1
@ -166,6 +166,7 @@ print $langs->trans("ListOfAvailableAPIs").':<br>';
|
||||
foreach($listofapis['v1'] as $key => $val)
|
||||
{
|
||||
if ($key == 'login') continue;
|
||||
if ($key == 'index') continue;
|
||||
|
||||
if ($key)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user