interface controller not in firewall

This commit is contained in:
Ruben 2016-11-03 00:19:59 +01:00
parent e5f890438e
commit 10ac936bd2
1 changed files with 1 additions and 1 deletions

View File

@ -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(