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