From f8fecbae4f372d95bc123ca7b3b546a1da64c25a Mon Sep 17 00:00:00 2001 From: Kilian Hofmann Date: Sat, 27 Jul 2024 19:08:09 +0200 Subject: [PATCH] Test Echo --- exam/routes/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exam/routes/routes.php b/exam/routes/routes.php index ccb5575..f548951 100644 --- a/exam/routes/routes.php +++ b/exam/routes/routes.php @@ -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"));