Almost done, just the answer system and query is missing

Took 4 hours 10 minutes
This commit is contained in:
2020-10-02 16:23:04 +02:00
parent c37ad92dbc
commit 8559e3388d
18 changed files with 1569 additions and 87 deletions

View File

@ -11,7 +11,7 @@ class Api
*/
public static function getRequest()
{
self::$request = json_decode( file_get_contents('php://input') );
self::$request = json_decode( file_get_contents('php://input'), true );
return true;
}