@@ -30,3 +30,8 @@ Route::get('/shankar', function () {
|
|||||||
Route::get('/today', function () {
|
Route::get('/today', function () {
|
||||||
return 'firstsleeplessnight';
|
return 'firstsleeplessnight';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Route::get('/finally', function () {
|
||||||
|
return 'go to sleep';
|
||||||
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user