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

@ -14,7 +14,7 @@ use Friendica\Model\User;
*/
class Followers extends BaseModule
{
public static function init()
public static function rawContent()
{
$a = self::getApp();