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-Methods: *")
|
||||||
->header("Access-Control-Allow-Headers: *");
|
->header("Access-Control-Allow-Headers: *");
|
||||||
echo "HI";
|
echo "HI";
|
||||||
print_r($_POST);
|
print_r(Input::file("predefined"));
|
||||||
print_r(Input::patch("predefined"));
|
|
||||||
echo "\n";
|
echo "\n";
|
||||||
print_r(Input::file("image"));
|
print_r(Input::file("image"));
|
||||||
}); //[Api\Users\Users::class, "patchImageSelf"]);
|
}); //[Api\Users\Users::class, "patchImageSelf"]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user