This commit is contained in:
Václav Španinger 2020-07-21 10:46:57 +02:00
parent 1a448663f0
commit 4b20c5fd0d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ class ApiController {
protected $input;
protected $authenticated = false;
//TODO: Add Local Switch Only
function __construct() {
$input = file_get_contents('php://input');