Update web.php (#12)

This commit is contained in:
Nobix
2022-04-08 14:47:50 +05:30
committed by GitHub
parent b83def915b
commit e34c6e1cdf
+5
View File
@@ -35,3 +35,8 @@ Route::get('/finally', function () {
return 'go to sleep';
});
Route::get('/fi', function () {
return 'go to sleep';
});