Removed route examples.

This commit is contained in:
2023-03-05 20:26:41 +06:00
parent 795945326e
commit 587679a33c
3 changed files with 0 additions and 12 deletions

View File

@@ -12,7 +12,3 @@ use Illuminate\Support\Facades\Route;
| be assigned to the "web" middleware group. Make something great!
|
*/
Route::get('/', function () {
return view('welcome');
});