Update web.php (#5)

This commit is contained in:
Shankar-Mounesh
2022-04-08 04:09:11 +05:30
committed by GitHub
parent 1488e547ce
commit 9b545e8a53
+4
View File
@@ -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';
});