add error view 500 to app config

This commit is contained in:
Bence Pőcze 2023-04-18 23:21:06 +02:00
parent a7997429b7
commit 617ae903ae
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -108,7 +108,8 @@ $appConfig = [
'antiCsrfTokenErrorResponse' => ['error' => 'no_valid_anti_csrf_token'],
'antiCsrfTokenExceptions' => ['/oauth/token'],
'loginRouteId' => 'login',
'error404View' => 'error/404'
'error404View' => 'error/404',
'error500View' => 'error/500'
];
$httpReponse = new HttpResponse(