set a new route

This commit is contained in:
2022-04-25 13:11:15 +05:30
parent 8f3fb88e61
commit c629120513
+3 -2
View File
@@ -38,5 +38,6 @@ Route::get('/finally', function () {
Route::get('/fi', function () {
return 'go to sleep';
});
Route::get('/fine', function () {
return 'go to sleep';
});