web-api/routes/web.php
梁朝伟 7f3db2ed48 init
2024-11-13 19:23:49 +08:00

6 lines
100 B
PHP

<?php
use Illuminate\Support\Facades\Route;
Route::get('/', fn() => 'V' . config('app.version'));