web-api/routes/web.php

6 lines
100 B
PHP
Raw Permalink Normal View History

2024-11-13 19:23:49 +08:00
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', fn() => 'V' . config('app.version'));