fix route of /index.php
This commit is contained in:
parent
825efbb150
commit
fe1bc5980c
|
|
@ -11,6 +11,7 @@
|
|||
use Pecee\SimpleRouter\SimpleRouter as Route;
|
||||
|
||||
Route::get('/', 'HomeController@index');
|
||||
Route::get('/index.php', 'HomeController@index');
|
||||
|
||||
/**
|
||||
* Auth
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user