Merge branch 'master' of http://app.git.1nww.com:8188/gitlab-instance-db4ab2e7/cxhxy
This commit is contained in:
commit
fc91fcc23a
@ -16,3 +16,6 @@ Route::get('think', function () {
|
||||
|
||||
Route::get('hello/:name', 'index/hello');
|
||||
|
||||
Route::rule('h5/:any', function () {
|
||||
return view(app()->getRootPath() . 'public/h5/index.html');
|
||||
})->pattern(['any' => '\w+']);
|
||||
Loading…
x
Reference in New Issue
Block a user