Preview: update.php
Size: 557 B
/home/byroehnu/easetack.com/routes/update.php
<?php
use App\Http\Controllers\UpdateController;
use Illuminate\Support\Facades\Route;
/*
|--------------------------------------------------------------------------
| Update Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/
Route::redirect('*', '/');
Route::get('/', [UpdateController::class, 'update']);
Directory Contents
Dirs: 0 × Files: 9