set a new route
This commit is contained in:
@@ -38,5 +38,6 @@ Route::get('/finally', function () {
|
|||||||
Route::get('/fi', function () {
|
Route::get('/fi', function () {
|
||||||
return 'go to sleep';
|
return 'go to sleep';
|
||||||
});
|
});
|
||||||
|
Route::get('/fine', function () {
|
||||||
|
return 'go to sleep';
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user