Update web.php (#12)
This commit is contained in:
@@ -35,3 +35,8 @@ Route::get('/finally', function () {
|
|||||||
return 'go to sleep';
|
return 'go to sleep';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Route::get('/fi', function () {
|
||||||
|
return 'go to sleep';
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user