Skip to content

Commit

Permalink
Bug middle where
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojgt committed Jan 15, 2023
1 parent 056f0b2 commit 9ed228c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routes/Backend/api/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Mariojgt\SkeletonAdmin\Controllers\Backend\Api\Notifications\NotificationsController;

Route::group([
// 'middleware' => ['web', 'skeleton_admin'],
'middleware' => ['web', 'skeleton_admin'],
'prefix' => config('skeleton.route_prefix'),
], function () {
// Admin notifications fetch
Expand Down

0 comments on commit 9ed228c

Please sign in to comment.