重新编排.gitignnore规则

This commit is contained in:
柳清爽
2025-03-17 11:47:42 +08:00
parent 083813dd5e
commit 0c259b413c
1781 changed files with 113 additions and 941 deletions

9
Server/route/route.php Executable file → Normal file
View File

@@ -11,13 +11,10 @@
use think\facade\Route;
Route::get('think', function () {
return 'hello,ThinkPHP5!';
});
Route::get('hello/:name', 'index/hello');
// 加载Common模块路由配置
include __DIR__ . '/../application/common/config/route.php';
// 加载Devices模块路由配置
include __DIR__ . '/../application/devices/config/route.php';
return [];