There is now "rawContent" for technical endpoints

This commit is contained in:
Michael 2018-09-30 13:15:10 +00:00
parent cb44aa83c7
commit a8b776c189
6 changed files with 13 additions and 7 deletions

View file

@ -15,7 +15,7 @@ use Friendica\Util\HTTPSignature;
*/
class Inbox extends BaseModule
{
public static function init()
public static function rawContent()
{
$a = self::getApp();