File "web.php"
Full Path: /var/www/html/back/routes/web.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'));