Fix errors rendering in Admin API

This commit is contained in:
Kamil Kokot 2020-11-30 16:51:32 +01:00
parent ad6b3e0966
commit 74d73abf0e
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
{{ { 'code': status_code, 'message': exception.message }|json_encode|raw }}

View file

@ -0,0 +1 @@
{{ { 'code': status_code, 'message': exception.message }|json_encode|raw }}