Fix routes of setup

This commit is contained in:
Pig Fang 2019-05-03 08:47:58 +08:00
parent a9844142aa
commit 8599e36cc0

View File

@ -80,6 +80,7 @@ class RouteServiceProvider extends ServiceProvider
{
Route::prefix('setup')
->namespace($this->namespace)
->middleware('web')
->group(base_path('routes/setup.php'));
}