Files
Smart-Farm/app/install/route/route.php
2025-12-22 14:32:54 +08:00

10 lines
150 B
PHP

<?php
use think\facade\Route;
/**
* @model index
* @author yangqi
* @create time 2019年11月25日23:09:59
*
*/
Route::get('/', 'index/index');