Merge pull request #29 from mzaini30/patch-1

Change comment (from POST to GET)
This commit is contained in:
SteamPixel 2020-07-23 11:55:07 +02:00 committed by GitHub
commit cda1b9b36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ Route::add('/phpinfo', function() {
phpinfo();
});
// Post route example
// Get route example
Route::add('/contact-form', function() {
navi();
echo '<form method="post"><input type="text" name="test"><input type="submit" value="send"></form>';