1
This commit is contained in:
parent
ca0394e3c2
commit
0498c3e1bb
@ -16,3 +16,6 @@ Route::get('think', function () {
|
|||||||
|
|
||||||
Route::get('hello/:name', 'index/hello');
|
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