all file
This commit is contained in:
parent
3beb06ceb0
commit
619f704c4e
@ -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"]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user