Forgot auth in API

This commit is contained in:
James Cole 2019-08-16 06:20:16 +02:00
parent fdf99400bc
commit 41c15b0cf8
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -181,6 +181,7 @@ class Kernel extends HttpKernel
],
'apiX' => [
'auth:api',
'throttle:60,1',
'bindings',
],