diff --git a/route/app.php b/route/app.php index 3a46506..cdc5b19 100755 --- a/route/app.php +++ b/route/app.php @@ -10,11 +10,11 @@ // +---------------------------------------------------------------------- use think\facade\Route; -Route::get('think', function () { - return 'hello,ThinkPHP6!'; -}); - -Route::get('hello/:name', 'index/hello'); +//Route::get('think', function () { +// return 'hello,ThinkPHP6!'; +//}); +// +//Route::get('hello/:name', 'index/hello'); Route::rule('h5/:any', function () { return view(app()->getRootPath() . 'public/h5/index.html');