Test Echo
This commit is contained in:
parent
e850d14c2b
commit
f8fecbae4f
@ -63,7 +63,7 @@ SimpleRouter::group(["middleware" => Khofmann\Auth\Auth::class], function () {
|
||||
->header("Access-Control-Allow-Origin: *")
|
||||
->header("Access-Control-Allow-Methods: *")
|
||||
->header("Access-Control-Allow-Headers: *");
|
||||
|
||||
echo "HI";
|
||||
print_r(Input::file("image"));
|
||||
echo "\n";
|
||||
print_r(Input::patch("predefined"));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user