Files
Ümit Tunç f6ef9fafdc first commit
2025-01-17 21:38:08 +03:00

8 lines
108 B
PHP

<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});