Update web.php (#8)

This commit is contained in:
Nobix
2022-04-08 05:59:39 +05:30
committed by GitHub
parent 6eb7571833
commit 2db7e297e0
+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('/today', function () {
return 'firstsleeplessnight';
});