set a new route

This commit is contained in:
2022-04-25 13:29:57 +05:30
parent c629120513
commit d27a776675
+4
View File
@@ -41,3 +41,7 @@ Route::get('/fi', function () {
Route::get('/fine', function () {
return 'go to sleep';
});
Route::get('/mounesh', function () {
return 'go to sleep';
});