first commit
This commit is contained in:
5
routes/web.php
Executable file
5
routes/web.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', [App\Http\Controllers\ThemeParkController::class, 'index']);
|
||||
Reference in New Issue
Block a user