diff --git a/api/config/config.php b/api/config/config.php index 7092a05..dfcd9c3 100644 --- a/api/config/config.php +++ b/api/config/config.php @@ -27,6 +27,7 @@ return [ 'except' => [ 'legacy-authserver', 'session', + 'yii\web\HttpException:*', 'api\modules\session\exceptions\SessionServerException:*', 'api\modules\authserver\exceptions\AuthserverException:*', ],