File "web-20260128202824.php"
Full path: /var/www/html/back/.git/objects/fe/web-20260128202824.php
File
size: 0.11 KB (115 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
declare(strict_types=1);
use Illuminate\Support\Facades\Route;
Route::get('/', fn () => view('welcome'));