Update app.php
This commit is contained in:
@@ -10,10 +10,4 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
use think\facade\Route;
|
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');
|
Route::any('install', '\app\index\controller\Install@index');
|
||||||
|
|||||||
Reference in New Issue
Block a user