This commit is contained in:
Kilian Hofmann 2024-07-27 19:19:13 +02:00
parent 3beb06ceb0
commit 619f704c4e

View File

@ -64,8 +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"));
print_r(Input::file("predefined"));
echo "\n";
print_r(Input::file("image"));
}); //[Api\Users\Users::class, "patchImageSelf"]);