Skip to content

Commit

Permalink
removes core-api route group
Browse files Browse the repository at this point in the history
  • Loading branch information
aocneanu committed Jul 16, 2021
1 parent e28dc8d commit 0654328
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/MiddlewareServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ public function register()
$this->app['router']
->aliasMiddleware('ensure-frontent-requests-are-stateful', Stateful::class);

$this->app['router']->middlewareGroup('core-api', [
VerifyActiveState::class,
ActionLogger::class,
VerifyRouteAccess::class,
SetLanguage::class,
]);

$this->app['router']->middlewareGroup('core', [
VerifyActiveState::class,
ActionLogger::class,
Expand Down

0 comments on commit 0654328

Please sign in to comment.