diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/routes.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/routes.php b/src/routes.php index 5d7b8b6..4e7aa9d 100644 --- a/src/routes.php +++ b/src/routes.php @@ -30,7 +30,6 @@ Route::group(array('https'), function() { Route::resource('user', 'CamilStaps\BotleaguesApi\UserController', ['except' => ['index', 'show', 'create','edit','store']]); - //'before' => 'current_user']); Route::group(array('before' => 'administrator'), function() { |