diff --git a/index.php b/index.php index c42d949..81503e7 100644 --- a/index.php +++ b/index.php @@ -63,7 +63,7 @@ Route::add('/phpinfo', function() { phpinfo(); }); -// Post route example +// Get route example Route::add('/contact-form', function() { navi(); echo '
';