Clean web route
This commit is contained in:
parent
d58f5f8b09
commit
b199a44d56
@ -1,7 +1 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Illuminate\Support\Facades\Route;
|
|
||||||
|
|
||||||
Route::get('/', function () {
|
|
||||||
return view('welcome');
|
|
||||||
});
|
|
||||||
|
Loading…
Reference in New Issue
Block a user