Renamed sample back to original
Misunderstood reference
This commit is contained in:
parent
4322382046
commit
3788078fe1
|
@ -44,7 +44,7 @@ Route::add('/test.html',function(){
|
||||||
echo 'Hello from test.html';
|
echo 'Hello from test.html';
|
||||||
});
|
});
|
||||||
|
|
||||||
// Get route example
|
// Post route example
|
||||||
Route::add('/contact-form',function(){
|
Route::add('/contact-form',function(){
|
||||||
navi();
|
navi();
|
||||||
echo '<form method="post"><input type="text" name="test" /><input type="submit" value="send" /></form>';
|
echo '<form method="post"><input type="text" name="test" /><input type="submit" value="send" /></form>';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user