Skip to content

Commit

Permalink
[BF] - Check for api key grapher api
Browse files Browse the repository at this point in the history
  • Loading branch information
yannrobin committed Jul 19, 2021
1 parent 052a71c commit 92deecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ class Kernel extends HttpKernel
AddQueuedCookiesToResponse::class,
StartSession::class,
Middleware\ControllerEnabled::class,
'apiauth',
Middleware\Services\Grapher::class,
],

Expand Down

0 comments on commit 92deecf

Please sign in to comment.