+ availability
This commit is contained in:
@@ -22,22 +22,19 @@ class RouteServiceProvider extends ServiceProvider
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function boot()
|
||||
public function boot()
|
||||
{
|
||||
$this->configureRateLimiting();
|
||||
|
||||
//$this->routesPath = base_path('routes');
|
||||
$this->routes(function () {
|
||||
Route::middleware('web')
|
||||
->group(base_path('routes/web.php'));
|
||||
|
||||
//$this->routes(function () {
|
||||
//Route::middleware('web')
|
||||
//->group($this->routesPath . '/web.php');
|
||||
|
||||
//Route::middleware(['web', 'auth'])
|
||||
//->prefix('admin')
|
||||
//->group($this->routesPath . '/admin.php');
|
||||
//});
|
||||
// Route::middleware(['web', 'auth'])
|
||||
// ->prefix('admin')
|
||||
// ->group(base_path('routes/admin.php'));
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Configure the rate limiters for the application.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user