API: Fix for OAuth endpoints that mustn't be authorized

This commit is contained in:
Michael 2021-12-17 15:25:04 +00:00
parent 9f401a5952
commit 47e9aa6338
4 changed files with 19 additions and 0 deletions

View file

@ -37,6 +37,7 @@ class Apps extends BaseApi
{
return parent::run($request, false);
}
/**
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/