Revert "Update web.php (#5)" (#7)

This reverts commit 9b545e8a53.
This commit is contained in:
Nobix
2022-04-08 05:18:43 +05:30
committed by GitHub
parent 862671c918
commit 4c94508eff
-4
View File
@@ -26,7 +26,3 @@ 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';
});