diff --git a/route/app.php b/route/app.php index decb753..73c49c6 100644 --- a/route/app.php +++ b/route/app.php @@ -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');