add error view 500 to app config

This commit is contained in:
Bence Pőcze 2023-04-20 00:04:59 +02:00
parent 6f7455cfa9
commit 540155b7eb
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

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