Update app.php

This commit is contained in:
wolfcode
2025-04-16 18:40:37 +08:00
parent c819751a66
commit d1dfa8b49b

View File

@@ -10,10 +10,4 @@
// +----------------------------------------------------------------------
use think\facade\Route;
Route::get('think', function () {
return 'hello,ThinkPHP6!';
});
Route::get('hello/:name', 'index/hello');
Route::any('install', '\app\index\controller\Install@index');