diff --git a/index.php b/index.php index 797e612..cc8957f 100644 --- a/index.php +++ b/index.php @@ -44,7 +44,7 @@ Route::add('/test.html',function(){ echo 'Hello from test.html'; }); -// Get route example +// Post route example Route::add('/contact-form',function(){ navi(); echo '
';