mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Add a second parameter to BaseApi::getRequest to enable API tests
This commit is contained in:
parent
d83ebe6031
commit
9cc675233d
40 changed files with 45 additions and 41 deletions
|
@ -42,7 +42,7 @@ class Apps extends BaseApi
|
|||
'redirect_uris' => '',
|
||||
'scopes' => 'read',
|
||||
'website' => '',
|
||||
]);
|
||||
], $request);
|
||||
|
||||
// Workaround for AndStatus, see issue https://github.com/andstatus/andstatus/issues/538
|
||||
$postdata = Network::postdata();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue