Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
autoload-rework
fadrian06 2 days ago committed by GitHub
parent ee9b5f2082
commit 770d246e29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,7 +29,7 @@ Flight::route('/', function () {
}); });
Flight::route('/querytestpath', function () { Flight::route('/querytestpath', function () {
echo '<span id="infotext">Route text:</span> This ir query route<br>'; echo '<span id="infotext">Route text:</span> This is query route<br>';
echo 'I got such query parameters:<pre>'; echo 'I got such query parameters:<pre>';
print_r(Flight::request()->query); print_r(Flight::request()->query);
echo '</pre>'; echo '</pre>';

Loading…
Cancel
Save