interface controller not in firewall
This commit is contained in:
parent
e5f890438e
commit
10ac936bd2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ $app['serializer.json'] = function () use ($app) {
|
|||
|
||||
$app['security.firewalls'] = array(
|
||||
'login' => [
|
||||
'pattern' => 'login|register|oauth|token',
|
||||
'pattern' => 'login|register|oauth|token|interface',
|
||||
'anonymous' => true,
|
||||
],
|
||||
'secured' => array(
|
||||
|
|
Loading…
Reference in a new issue