File "web-20260128003557.php"

Full Path: /var/www/html/back/routes/web-20260128003557.php
File size: 115 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare(strict_types=1);

use Illuminate\Support\Facades\Route;

Route::get('/', fn () => view('welcome'));