Clean web route

This commit is contained in:
NoAvatar 2024-10-16 02:41:11 +10:00
parent d58f5f8b09
commit b199a44d56

View File

@ -1,7 +1 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});