API: Fix profile_url handling / missing constant

This commit is contained in:
Michael 2021-11-26 07:55:02 +00:00
parent dbcaf51923
commit fb47389c69
12 changed files with 83 additions and 110 deletions

View file

@ -44,7 +44,7 @@ class Index extends BaseApi
public function rawContent()
{
echo api_call(DI::app());
echo api_call(DI::args()->getCommand(), $this->parameters['extension'] ?? 'json');
exit();
}
}