NCORE_Smart_Caller/routes/web.php

8 lines
108 B
PHP
Raw Normal View History

2024-12-23 02:51:03 +00:00
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});