fix route of /index.php

This commit is contained in:
printempw 2016-08-20 23:06:57 +08:00
parent 825efbb150
commit fe1bc5980c

View File

@ -11,6 +11,7 @@
use Pecee\SimpleRouter\SimpleRouter as Route;
Route::get('/', 'HomeController@index');
Route::get('/index.php', 'HomeController@index');
/**
* Auth