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