Update web.php (#5)
This commit is contained in:
@@ -26,3 +26,7 @@ Route::get('/hello', function () {
|
|||||||
Route::get('/shankar', function () {
|
Route::get('/shankar', function () {
|
||||||
return 'shankarr';
|
return 'shankarr';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Route::get('/hell', function () {
|
||||||
|
return 'Nice to meet you';
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user