(2010-) * @author Maurice Preuß * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package API * */ // Return response try { echo (new Api)->formatMiddleware(@file_get_contents('php://input'))->handle(); } catch (Exception $e) { echo \Froxlor\Api\Response::jsonErrorResponse($e->getMessage(), $e->getCode()); }