Skip to content

Commit

Permalink
添加默认页路由
Browse files Browse the repository at this point in the history
  • Loading branch information
edenleung authored Jun 6, 2020
1 parent 4a9fefe commit 2b48d56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/home/route/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@

use think\facade\Route;

Route::get('/', 'index/index');

Route::get('/think', 'index/hello');

0 comments on commit 2b48d56

Please sign in to comment.