diff --git a/exam/routes/routes.php b/exam/routes/routes.php index b65c477..17beef9 100644 --- a/exam/routes/routes.php +++ b/exam/routes/routes.php @@ -64,6 +64,7 @@ SimpleRouter::group(["middleware" => Khofmann\Auth\Auth::class], function () { ->header("Access-Control-Allow-Methods: *") ->header("Access-Control-Allow-Headers: *"); echo "HI"; + print_r($_POST); print_r(Input::patch("predefined")); echo "\n"; print_r(Input::file("image"));